Documentation for this section has not yet been entered.
The TreeView.Nodes property holds a collection of System.Windows.Forms.TreeNode objects, each of which 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, but the TreeNode.FullPath property makes it easier to determine your location within the tree structure.