[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemCollection.Add

Add Method

Add(string)

Adds a item with specified string value to the ComboBoxItemCollection.

Declaration
public int Add(string value)
Public Function Add(value As String) As Integer
Parameters
Type Name Description
string value

The string value to add to the ComboBoxItemCollection.

Returns
Type Description
int