Microsoft SDK for Java

TreeNode.getNode

Retrieves the child node of this node at the specified zero-based index.

Syntax

public TreeNode getNode( int index )

Parameters

index

The index of the child node to retrieve.

Return Value

Returns a TreeNode object that represents the retrieved tree node.

See Also   setNode

© 1999 Microsoft Corporation. All rights reserved. Terms of use.