Description

Removes the specified tree node from the tree node collection.

Syntax

object.Remove( node )

Parameters

node - The TreeNode to remove.

Remarks

When a TreeNode is removed from the tree node collection, all subsequent tree nodes are moved up one position in the collection. To add new TreeNode objects to the collection, use the Add or Insert methods.

See Also

Applies To: TreeNodeCollection


The CHM file was converted to HTML by chm2web software.