Description

Removes all tree nodes from the collection.

Syntax

object.Clear()

Remarks

You can use this method to clear the entire collection of tree nodes from a tree view. To remove an individual tree node from the collection, use the Remove method. To add new TreeNode object to the collection, use the Add or Insert methods.

See Also

Applies To: TreeNodeCollection


The CHM file was converted to HTML by chm2web software.