RemoveAt

ControlCollection.RemoveAt method

Removes an ActiveX control stored at specified position from the collection.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Index of a control to remove.

See Also