[]
        
(Showing Draft Content)

C1.Win.C1Input.ComboBoxItemList.Add

Add Method

Add(object)

Adds an item to the ComboBoxItemList.

Declaration
public int Add(object value)
Parameters
Type Name Description
object value

The object to add to the ComboBoxItemList.

Returns
Type Description
int
Implements