'宣言 Public Shadows Sub RemoveAt( _ ByVal index As System.Integer _ )
public new void RemoveAt( System.int index )
パラメータ
- index
- 削除する C1ComboBoxItem のインデックス。
'宣言 Public Shadows Sub RemoveAt( _ ByVal index As System.Integer _ )
public new void RemoveAt( System.int index )
C1ComboBox c = new C1ComboBox(); c.Items.Add(new C1ComboBoxItem("test1")); c.Items.RemoveAt(0);