TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckListItemCollection Class / Remove Method / Remove(C1CheckListItem) Method
The specified item.

In This Topic
    Remove(C1CheckListItem) Method
    In This Topic
    Removes the first occurrence of a specified item from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Remove( _
       ByVal item As C1CheckListItem _
    ) As Boolean
    public bool Remove( 
       C1CheckListItem item
    )

    Parameters

    item
    The specified item.
    See Also