Microsoft SDK for Java

TreeNode.remove

Removes this node and all its children from the tree view control.

Syntax

public void remove()

Remarks

To remove all the children of this node without removing this node itself, use the removeAll method.

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