ComponentOne Input for WinForms
Insert Method (ComboBoxItemList)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ComboBoxItemList Class : Insert Method
Index of the item.
The specified item.
Inserts item into the ComboBoxItemList at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal value As System.Object _
) 
public void Insert( 
   System.int index,
   System.object value
)

Parameters

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

Reference

ComboBoxItemList Class
ComboBoxItemList Members