IControlCollection class

IControlCollection class

A collection of ActiveX controls.

The IControlCollection type exposes the following members:

Returns a control at the specified position.

Indexer

NameDescription
[index]Index of a control.

Methods

MethodDescription
removeRemoves an ActiveX control from the collection.
remove_atRemoves an ActiveX control stored at specified position from the collection.
clearRemoves all controls from the collection.
add_controlCreates and adds a new control to the collection.

See Also