'宣言 Public Shadows Sub Clear()
public new void Clear()
C1ComboBox c = new C1ComboBox(); c.Items.Add(new C1ComboBoxItem("test1")); c.Items.Add(new C1ComboBoxItem("test2")); // 項目をクリアします。 c.Items.Clear();
C1ComboBoxItemCollection クラス C1ComboBoxItemCollection メンバ