ComboBoxItemCollection.Remove Method
| Name | Parameters | Description |
|---|---|---|
| Remove(Int32) | index | Removes an item with the specified index from the combo box editor’s item collection. |
| Remove(String) | text | Removes an item with the specified text from the combo box editor’s item collection. |