ShellTreeViewRootNode Property |
Returns the first root element of the type
ShellTreeNode of this shell treeview.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ShellTreeNode RootNode { get; }
Public ReadOnly Property RootNode As ShellTreeNode
Get
public:
property ShellTreeNode^ RootNode {
ShellTreeNode^ get ();
}
member RootNode : ShellTreeNode with get
Property Value
Type:
ShellTreeNodeSee Also