I have a combobox with objects of Foo type, here is the Foo class:
Foo
public class Foo { public string name { get; set; } public s
combox1.Remove(takes an object) Object selectedItem = comboBox1.SelectedItem;
So you cna do it this way combox1.Remove(selectedItem);
combox1.Remove(selectedItem);