ShellFilePreviewPath Property |
Gets or sets the path of the file that is displayed.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public virtual string Path { get; set; }
Public Overridable Property Path As String
Get
Set
public:
virtual property String^ Path {
String^ get ();
void set (String^ value);
}
abstract Path : string with get, set
override Path : string with get, set
Property Value
Type:
String
An absolute path.
Exceptions Remarks See Also