ShellAutoCompleteTextBoxShellControlConnector 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; }
Public Property ShellControlConnector As IShellControlConnector
Get
Set
public:
property IShellControlConnector^ ShellControlConnector {
IShellControlConnector^ get ();
void set (IShellControlConnector^ value);
}
member ShellControlConnector : IShellControlConnector with get, set
Property Value
Type:
IShellControlConnectorA
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