TreeNode.AOTiterator Method

Returns an object which can be used to iterate the child nodes of the tree node.

Syntax

public TreeNodeIterator AOTiterator()

Run On

Called

Return Value

Type: TreeNodeIterator Class
The TreeNodeIterator object used to iterate the children of the tree node.

See Also

Reference

TreeNode Class