ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ComboBoxItemList Class / Insert Method
Index of the item.
The specified item.

In This Topic
    Insert Method (ComboBoxItemList)
    In This Topic
    Inserts item into the ComboBoxItemList at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    public void Insert( 
       int index,
       object value
    )

    Parameters

    index
    Index of the item.
    value
    The specified item.
    See Also