Microsoft SDK for Java

TreeNode.removeNode

Removes the specified child node from this node.

Syntax

public void removeNode( int index )

Parameters

index

The zero-based index of the child node to remove.

See Also   addNode

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