TreeNode.AOTfindChild Method

Finds the specified child node of this node.

Syntax

public TreeNode AOTfindChild(str name, [int nodeType])

Run On

Called

Parameters

  • name
    Type: str
    A string containing the name of the child node to be returned.
  • nodeType
    Type: int

Return Value

Type: TreeNode Class
The specified TreeNode.

See Also

TreeNode Class

TreeNode.AOTnextSibling Method

TreeNode.AOTprevious Method

TreeNode.AOTparent Method

TreeNode.AOTfindChild Method