ComponentOne Input Library for WPF
C1.WPF.Input Namespace / ComboBoxItemsCollection Class / ComboBoxItemsCollection Constructor

In This Topic
    ComboBoxItemsCollection Constructor
    In This Topic
    Default constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal comboBox As C1ComboBox _
    )
    public ComboBoxItemsCollection( 
       C1ComboBox comboBox
    )

    Parameters

    comboBox
    See Also