ShellBrowser .Net Edition
ShellControlConnector Property
NamespacesJam.ShellThumbnailImageShellControlConnector
Use this property to connect this component to a ShellControlConnector. All shell controls connected to the same ShellControlConnector will automatically synchronize the information they display. That means if a user selects a file in a ShellListView, the ThumbnailImage will automatically display the thumbnail image of the selected object.
Declaration Syntax
C#Visual BasicVisual C++
public ShellControlConnector ShellControlConnector { get; set; }
Public Property ShellControlConnector As ShellControlConnector
public:
virtual property ShellControlConnector^ ShellControlConnector {
	ShellControlConnector^ get () sealed;
	void set (ShellControlConnector^ value) sealed;
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)