InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputComboBoxItemCollection Class / Add Method

In This Topic
    Add Method (InputComboBoxItemCollection)
    In This Topic
    Adds the specified InputComponent to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal component As InputComponent _
    ) As Integer
    public int Add( 
       InputComponent component
    )

    Parameters

    component
    See Also