[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemCollection.InsertItem

InsertItem Method

InsertItem(int, ComboBoxItem)

Inserts an item into the collection at the specified index.

Declaration
protected override void InsertItem(int index, ComboBoxItem item)
Protected Overrides Sub InsertItem(index As Integer, item As ComboBoxItem)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

ComboBoxItem item

The object to insert.

Overrides