System.Windows.Forms.TreeNode.FirstNode Property

Gets the first child tree node in the tree node collection.

Syntax

[System.ComponentModel.Browsable(false)]
public TreeNode FirstNode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The TreeNode.FirstNode is the first child System.Windows.Forms.TreeNode in the System.Windows.Forms.TreeNodeCollection stored in the TreeNode.Nodes property of the current tree node. If the System.Windows.Forms.TreeNode has no child tree node, the TreeNode.FirstNode property returns null.

Requirements

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