ShellSystemListSelectedPath Property |
Get the full path of the selected item. Returns null if nothing is selected.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public string SelectedPath { get; }
Public ReadOnly Property SelectedPath As String
Get
public:
property String^ SelectedPath {
String^ get ();
}
member SelectedPath : string with get
Property Value
Type:
StringSee Also