ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ComboBoxItemList Class / Add Method
The System.Object to add to the ComboBoxItemList.

In This Topic
    Add Method (ComboBoxItemList)
    In This Topic
    Adds an item to the ComboBoxItemList.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal value As Object _
    ) As Integer
    public int Add( 
       object value
    )

    Parameters

    value
    The System.Object to add to the ComboBoxItemList.
    See Also