7. Working with List Views and Tree Views : TreeNode and Tree Classes : Tree Class : Traversal Methods
 
Share this page                  
Traversal Methods
The following methods let you traverse the entire tree:
StartTraverse
Lets you traverse the entire tree
NextNode
Returns the next node after you have started to traverse the tree
StopTraverse
Stops the traverse operation