Control.ControlCollection.IList.Remove(Object) Method

Definition

For a description of this member, see Remove(Object).

This API supports the product infrastructure and is not intended to be used directly from your code.

 virtual void System.Collections.IList.Remove(System::Object ^ control) = System::Collections::IList::Remove;
void IList.Remove (object control);
void IList.Remove (object? control);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (control As Object) Implements IList.Remove

Parameters

control
Object

The Control to remove.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the Control.ControlCollection instance is cast to an IList interface.

Applies to