ShellBrowser .Net Edition
SelectedPath Property
NamespacesJam.ShellShellTreeViewSelectedPath
Use SelectedPath to get or set the path, which is currently selected in the ShellTreeView. If the currently selected path is not a file system folder, SelectedPath returns an empty string and you should use the SpecialFolder property to get the type of this path. If you`re looking for the path an operation was performed on (e.g. Drop), use the OperationPerformed event.
Declaration Syntax
C#Visual BasicVisual C++
public string SelectedPath { get; set; }
Public Property SelectedPath As String
public:
property String^ SelectedPath {
	String^ get ();
	void set (String^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)