Child

This property returns a reference to the first child of a Node object in a TreeView control.

Syntax

node.Child

Parameters

node
Object expression that evaluates to a Node object.

Remarks

The Child property is read-only. The Child, FirstSibling, LastSibling, Previous, Parent, Next, and Root properties all return a reference to another Node object.