ComboBox::ObjectCollection::Remove Method (Object^)
.NET Framework (current version)
Removes the specified item from the ComboBox.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System::Object^
The Object to remove from the list.
Implements
IList::Remove(Object^)No exception is thrown if the specified item is not found.
.NET Framework
Available since 1.1
Available since 1.1
Show: