Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemCollection Class / InsertItem Method
The zero-based index at which item should be inserted.
The object to insert.

In This Topic
    InsertItem Method (ComboBoxItemCollection)
    In This Topic
    Inserts an item into the collection at the specified index.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As ComboBoxItem _
    ) 
    protected override void InsertItem( 
       int index,
       ComboBoxItem item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert.
    See Also