'Declaration Public Shadows Sub RemoveAt( _ ByVal index As System.Integer _ )
public new void RemoveAt( System.int index )
Parameters
- index
- Index of C1ComboBoxItem to remove.
'Declaration 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);