ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ComboBoxItemList Class / ComboBoxItemList Constructor

In This Topic
    ComboBoxItemList Constructor
    In This Topic
    Initializes a new instance of the ComboBoxItemList class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As C1ComboBox _
    )
    public ComboBoxItemList( 
       C1ComboBox owner
    )

    Parameters

    owner
    See Also