ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownItemCollection Class / Remove Method
The item to remove from the collection.

In This Topic
    Remove Method (DropDownItemCollection)
    In This Topic
    Removes the specified item from the collection.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal value As DropDownItem _
    ) 
    public void Remove( 
       DropDownItem value
    )

    Parameters

    value
    The item to remove from the collection.
    See Also