TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeNodeCollection Class / Remove Method

In This Topic
    Remove Method (C1TreeNodeCollection)
    In This Topic
    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