Overview | Methods | This Package | All Packages
Retrieves an array containing all the child nodes in this node.
Syntax
public TreeNode[] getNodes()
Return Value
Returns a zero-based array of TreeNode objects that represent the child nodes in this node. The nodes are placed in the array in the order they appear in the tree view control.
See Also setNodes