ComboBox.ObjectCollection.Remove(Object) Method

Definition

Removes the specified item from the ComboBox.

public:
 virtual void Remove(System::Object ^ value);
public void Remove (object value);
public void Remove (object? value);
abstract member Remove : obj -> unit
override this.Remove : obj -> unit
Public Sub Remove (value As Object)

Parameters

value
Object

The Object to remove from the list.

Implements

Remarks

No exception is thrown if the specified item is not found.

Applies to

See also