C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / C1CarouselItemCollection Class / C1CarouselItemCollection Constructor
Parent ComboBox.

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

Parameters

owner
Parent ComboBox.
See Also