C1.Web.Wijmo.Controls.45 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 _
)
 

Parameters

owner
Parent ComboBox.
See Also