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
remove(self, item)Removes an ActiveX control from the collection.
remove_at(self, index)Removes an ActiveX control stored at specified position from the collection.
clear(self)Removes all controls from the collection.
add_control(self, control_type, x, y, width, height)Creates and adds a new control to the collection.

See Also