Gets the collection of root-level node objects.
object.Nodes = [collection]
Newlook Smartclient only.
After inserting a new tree view control, use this property to open the TreeView Nodes Editor and create, modify or remove a Node object in the Nodes collection.
Use the Add button to create new nodes. A node will be created at the same level as the existing selected node.
Use the Add Child button to create a node which will appear as the child of the currently selected node.
Use the Remove button to delete the currently selected node from the collection.
To reorder nodes within a specific level use the reorder buttons.
Properties relating to the selected node will load in the properties pane. Use these properties to change the text, colors and images associated with individual nodes.
It is also possible to use the Add and Remove methods to add Nodes dynamically to a tree view via a script or macro.
The Nodes collection uses the Count property to return the number of nodes in the collection.
Each item in the Nodes collection can be referenced by its Index.
Node object | Nodes collection | Add method | Remove method | Text property | Icon property | SelectedIcon property
© 2004-2021 looksoftware. All rights reserved.