ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / AddItem Method
The item to be added. It is delimited by the C1.Win.C1List.ListBase.C1ListBase.AddItemSeparator.

In This Topic
    AddItem Method (DropDownList)
    In This Topic
    Add a new item to the end in the C1.Win.C1List.ListBase.C1ListBase.AddItem mode.
    Syntax
    'Declaration
     
    
    Public Sub AddItem( _
       ByVal newItem As String _
    ) 
    public void AddItem( 
       string newItem
    )

    Parameters

    newItem
    The item to be added. It is delimited by the C1.Win.C1List.ListBase.C1ListBase.AddItemSeparator.
    See Also