'Declaration Public Shadows Sub Clear()
public new void Clear()
C1ComboBox c = new C1ComboBox(); c.Items.Add(new C1ComboBoxItem("test1")); c.Items.Add(new C1ComboBoxItem("test2")); // items are clear. c.Items.Clear();
C1ComboBoxItemCollection Class C1ComboBoxItemCollection Members