Returns a child node of a given tree node with a specified index.
Namespace: TreeLayoutHelperAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
TNode GetChild(
TNode node,
int index
) |
Visual Basic |
---|
Function GetChild ( _
node As TNode, _
index As Integer _
) As TNode |
Visual C++ |
---|
TNode GetChild(
TNode node,
int index
) |
J# |
---|
TNode GetChild(
TNode node,
int index
) |
JScript |
---|
function GetChild(
node : TNode,
index : int
) : TNode |
JavaScript |
---|
function GetChild(node, index); |
Return Value
The child node.
Exceptions
See Also