System.Windows.Forms.TreeNode.Nodes Property

Gets the collection of System.Windows.Forms.TreeNode objects assigned to the current tree node.

Syntax

[System.ComponentModel.ListBindable(false)]
[System.ComponentModel.Browsable(false)]
public TreeNodeCollection Nodes { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0