[]
Replaces the element at the specified index.
protected override void SetItem(int index, ComboBoxItem item)
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. |