Click or drag to resize

ShellControlConnectorRegisterShellControl Method

Registers a control with the ShellControlConnector

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

Parameters

aControl  IShellControlConnectorTarget
A shell control that implements the IShellControlConnectorTarget interface

Implements

IShellControlConnectorRegisterShellControl(IShellControlConnectorTarget)
See Also