public new void Add( C1ComboBoxItem child )
'Declaration Public Shadows Sub Add( _ ByVal child As C1ComboBoxItem _ )
C1ComboBox c = new C1ComboBox(); c.Items.Add(new C1ComboBoxItem("test1")); c.Items.Add(new C1ComboBoxItem("test2"));
C1ComboBoxItemCollection Class C1ComboBoxItemCollection Members