System.Windows.Forms.TreeNode.NextNode Property

Gets the next sibling tree node.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The TreeNode.NextNode is the next sibling System.Windows.Forms.TreeNode in the System.Windows.Forms.TreeNodeCollection stored in the TreeNode.Nodes property of the tree node's parent System.Windows.Forms.TreeNode. If there is no next tree node, the TreeNode.NextNode 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