Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemCollection Class / RemoveItem Method
The zero-based index of the element to remove.

In This Topic
    RemoveItem Method
    In This Topic
    Removes the item at the specified index of the collection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    The zero-based index of the element to remove.
    See Also