IShellControlConnectorRegisterShellControl Method |
Registers a control with the ShellControlConnector
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntaxvoid RegisterShellControl(
IShellControlConnectorTarget p_Control
)
Sub RegisterShellControl (
p_Control As IShellControlConnectorTarget
)
void RegisterShellControl(
IShellControlConnectorTarget^ p_Control
)
abstract RegisterShellControl :
p_Control : IShellControlConnectorTarget -> unit
Parameters
- p_Control
- Type: Jam.ShellIShellControlConnectorTarget
A shell control that implements the IShellControlConnectorTarget interface
See Also