Click or drag to resize

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 (in ShellBrowser.dll) Version: 7.0
Syntax
public string SelectedPath { get; set; }

Property Value

Type: String
Remarks
Note, that this value might not be applied if NoFillOnStartup is set, because this might need expansion of the ShellTree.
See Also