TreeNode.AOTnextSibling Method

Returns the next node on the same level as the tree node.

Syntax

public TreeNode AOTnextSibling()

Run On

Called

Return Value

Type: TreeNode Class
The next node on the same level as the current tree node.

See Also

Reference

TreeNode Class