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