Nodes Collection

A Nodes collection contains a collection of Node objects.

Client support

   Newlook Smartclient only.

Use

You can add and remove Node objects to or from the collection using the Nodes property of the TreeView Control at design time.The Nodes collection uses the Count property to return the number of items in the collection.

Referencing individual members of the collection

You can reference an individual item within any Newlook collection by using its Index. All indexes in Newlook are zero-based therefore if you wanted to return the third item in the collection you would use the following syntax:

object.collection(2)

See Also

Node object | TreeView control

Applies To

TreeView Control


© 2004-2021 looksoftware. All rights reserved.