[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemCollection.Insert

Insert Method

Insert(int, string)

Inserts item with specified string value into the ComboBoxItemCollection at the specified index.

Declaration
public void Insert(int index, string value)
Parameters
Type Name Description
int index

Index of the item.

string value

The specified string value.