InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel 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