ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / AddItem Method

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

    Parameters

    newItem
    See Also