ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ComboBoxItemList Class / Remove Method
The specified item.

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

    Parameters

    value
    The specified item.
    See Also