[]
        
(Showing Draft Content)

C1.Win.Input.ComboBoxItemCollection.AddValue

AddValue Method

AddValue(object)

Adds a item with specified value to the ComboBoxItemCollection.

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

The value to add to the ComboBoxItemCollection.

Returns
Type Description
int