IShellControlConnectorDeregisterShellControl Method |
Deregisters a control with the ShellControlConnector
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxvoid DeregisterShellControl(
IShellControlConnectorTarget p_Control
)
Sub DeregisterShellControl (
p_Control As IShellControlConnectorTarget
)
void DeregisterShellControl(
IShellControlConnectorTarget^ p_Control
)
abstract DeregisterShellControl :
p_Control : IShellControlConnectorTarget -> unit
Parameters
- p_Control IShellControlConnectorTarget
- A shell control that implements the IShellControlConnectorTarget interface
See Also