[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemCollection.SetItem

SetItem Method

SetItem(int, ComboBoxItem)

Replaces the element at the specified index.

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

The zero-based index of the element to replace.

ComboBoxItem item

The new value for the element at the specified index.

Overrides