ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxItemCollection Class / C1ComboBoxItemCollection Constructor
Parent ComboBox.

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

    Parameters

    owner
    Parent ComboBox.
    See Also