ShellTreeViewSelectedPath Property |
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.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public string SelectedPath { get; set; }
Public Property SelectedPath As String
Get
Set
public:
property String^ SelectedPath {
String^ get ();
void set (String^ value);
}
member SelectedPath : string with get, set
Property Value
Type:
StringRemarks Note, that this value might not be applied if
NoFillOnStartup is set, because this might need expansion of the ShellTree.
See Also