ShellTreeViewNodes Property |
Returns a collection containing all child ShellTreeNodes of this
ShellTreeNode.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public TreeNodeCollection Nodes { get; }
Public ReadOnly Property Nodes As TreeNodeCollection
Get
public:
property TreeNodeCollection^ Nodes {
TreeNodeCollection^ get ();
}
member Nodes : TreeNodeCollection with get
Property Value
Type:
TreeNodeCollectionSee Also