Nodes

This property returns a reference to a collection of TreeView control Node objects.

Syntax

object.Nodes

Parameters

object
Object expression that evaluates to a TreeView control.

Remarks

You can manipulate Node objects using standard collection methods, such as the Add and Remove methods. You can access each element in the collection by its index or by a unique key that you store in the Key property.