Remove

IControlCollection.Remove method

Removes an ActiveX control from the collection.

public void Remove(IControl item)
ParameterTypeDescription
itemIControlA control to remove.

See Also