ComponentOne TreeView for WinForms
Remove Method (C1TreeNodeCollection)

C1.Win.TreeView Namespace > C1TreeNodeCollection Class : Remove Method
Removes the first occurrence of a specified tree node from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal treeNode As C1TreeNode _
) As Boolean
public bool Remove( 
   C1TreeNode treeNode
)

Parameters

treeNode
See Also

Reference

C1TreeNodeCollection Class
C1TreeNodeCollection Members