| SearchEditShellControlConnector Property  | 
 Gets or sets a ShellControlConnector.
 
    Namespace: 
   Jam.Shell.WPF.Controls
    Assembly:
   ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
 Syntax
Syntaxpublic 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
Remarks
            This property is only used in conjunction with ShellBrowser Winforms controls, to facilitate 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
See Also