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

In This Topic
    Remove(Object) Method
    In This Topic
    Removes the first occurrence of a specified item from the collection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal value As Object _
    ) 
    public void Remove( 
       object value
    )

    Parameters

    value
    The specified item.
    See Also