ControlPropertiesCollection class

ControlPropertiesCollection class

A collection of AcitveX properties.

The ControlPropertiesCollection type exposes the following members:

Properties

PropertyDescription
names_of_propertiesReturns the collection of properties names.
Read-only list.
countReturns a number of properties in the collection.
Read-only int.

Methods

MethodDescription
add(self, name, value)Adds a property to the collection.
remove(self, name)Removes a property with the specified name.
clear(self)Removes all properties.

See Also