Gets the collection of System.Windows.Forms.TreeNode objects assigned to the current tree node.
Documentation for this section has not yet been entered.
The TreeNode.Nodes property can hold a collection of other System.Windows.Forms.TreeNode objects. Each of the tree node in the collection has a TreeNode.Nodes property that can contain its own System.Windows.Forms.TreeNodeCollection. This nesting of tree nodes can make it difficult to navigate a tree structure. The TreeNode.FullPath property makes it easier to determine your location in a tree.