Click or drag to resize

ShellFilePreviewShellControlConnector Property

ShellControlConnector for this class. Set this property to the same ShellControlConnector instance of a ShellListView, ShellTreeView or ShellSystemList to keep the ShellFilePreview in sync with these components. It will then always preview the selected file.

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

Property Value

Type: ShellControlConnector

Implements

IShellControlShellControlConnector
See Also