TreeNode.remove

Overview | Methods | This Package | All Packages

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.