ControlCollection class

ControlCollection class

A collection of ActiveX controls.

The ControlCollection type exposes the following members:

Returns a control at the specified position.

Indexer

NameDescription
[index]Index of a control.

Methods

MethodDescription
add_controlCreates and adds a new control to the collection.
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.

See Also