Click or drag to resize

ShellControlConnectorDeregisterShellControl Method

Deregisters a control with the ShellControlConnector

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public virtual void DeregisterShellControl(
	IShellControlConnectorTarget aControl
)

Parameters

aControl
Type: Jam.ShellIShellControlConnectorTarget
A shell control that implements the IShellControlConnectorTarget interface

Implements

IShellControlConnectorDeregisterShellControl(IShellControlConnectorTarget)
See Also