ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1GalleryItemCollection Class / C1GalleryItemCollection Constructor
Parent ComboBox.

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

    Parameters

    owner
    Parent ComboBox.
    See Also