Click or drag to resize

ShellFilePreviewPath Property

Gets or sets the path of the file that is displayed.

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

Property Value

String
An absolute path.
Exceptions
ExceptionCondition
FileNotFoundException is thrown if the file does not exist.
Remarks
If the ShellFilePreview should be synchronized to a ShellListView or a ShellSystemList it is easier to assign the ShellControlConnector property. property to both components.
See Also