Visual Basic: Windows Controls

Nodes Property

See Also    Example    Applies To

Returns a reference to a collection of TreeView control Node objects.

Syntax

object.Nodes

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

You can manipulate Node objects using standard collection methods (for example, 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.