The C1ComboBoxItemCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a new C1ComboBoxItem to the end of the list.
Public methodClear
Removes all C1ComboBoxItems from the collection.
Public methodInsert
Inserts a C1ComboBoxItem at the specified position in the collection.
Public methodRemove
Removes the specified C1ComboBoxItem from the list.
Public methodRemoveAt
Removes the C1ComboBoxItem at the specified index from the list.

See Also