Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemCollection Class / AddValue Method
The value to add to the ComboBoxItemCollection.

In This Topic
    AddValue Method
    In This Topic
    Adds a item with specified value to the ComboBoxItemCollection.
    Syntax
    'Declaration
     
    
    Public Function AddValue( _
       ByVal value As Object _
    ) As Integer
    public int AddValue( 
       object value
    )

    Parameters

    value
    The value to add to the ComboBoxItemCollection.
    See Also