private void button1_Click(object sender, EventArgs e)
{
comboBox1.Items.Remove(
comboBox1.SelectedItem);
}
Tags : 1. C# .net ComboBox Control Examples- Remove Particular Item From
ComboBox
2. C# .net ComboBox Control Examples- Remove Selected Item From
ComboBox
No comments:
Post a Comment