Click or drag to resize

ShellControlConnectorRegisterShellControl Method

Registers a control with the ShellControlConnector

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public virtual void RegisterShellControl(
	IShellControlConnectorTarget aControl
)

Parameters

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

Implements

IShellControlConnectorRegisterShellControl(IShellControlConnectorTarget)
See Also