Click or drag to resize

IShellControlConnectorDeregisterShellControl Method

Deregisters a control with the ShellControlConnector

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
void DeregisterShellControl(
	IShellControlConnectorTarget p_Control
)

Parameters

p_Control  IShellControlConnectorTarget
A shell control that implements the IShellControlConnectorTarget interface
See Also