Click or drag to resize

ShellComboBoxShellControlConnector Property

Gets or sets a ShellControlConnector.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public IShellControlConnector ShellControlConnector { get; set; }

Property Value

Type: IShellControlConnector
A IShellControlConnector instance that is used for synchronization between controls.
Remarks
This property is only used in conjunction with ShellBrowser Winforms controls, to faciliate the synchronization of Winforms ShellBrowser controls hosted using a WindowsFormHost and the ShellComboBox. It is used to propagate the current selection to connected controls.
See Also