Click or drag to resize

ThumbnailImageShellControlConnector Property

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.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public ShellControlConnector ShellControlConnector { get; set; }

Property Value

ShellControlConnector

Implements

IShellControlShellControlConnector
See Also