[]
        
(Showing Draft Content)

C1.Win.C1Input.ComboBoxItemList.Add

Add Method

Add(object)

Adds an item to the ComboBoxItemList.

Declaration
public int Add(object value)
Public Function Add(value As Object) As Integer
Parameters
Type Name Description
object value

The object to add to the ComboBoxItemList.

Returns
Type Description
int
Implements