Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemCollection Class / Add Method / Add(String) Method
The string value to add to the ComboBoxItemCollection.

In This Topic
    Add(String) Method
    In This Topic
    Adds a item with specified string value to the ComboBoxItemCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal value As String _
    ) As Integer
    public int Add( 
       string value
    )

    Parameters

    value
    The string value to add to the ComboBoxItemCollection.
    See Also