Click or drag to resize

ShellTreeViewSelectedNode Property

Gets or sets the tree node that is currently selected in the ShellTreeView control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ShellTreeNode SelectedNode { get; set; }

Property Value

Type: ShellTreeNode
See Also