ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownItemCollection Class / Add Method
The DropDownItem to be added to the end of the collection.

In This Topic
    Add Method (DropDownItemCollection)
    In This Topic
    Adds the specified item to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal value As DropDownItem _
    ) As Integer
    public int Add( 
       DropDownItem value
    )

    Parameters

    value
    The DropDownItem to be added to the end of the collection.

    Return Value

    The zero-based index value of the DropDownItem added to the collection.
    See Also