AccelTables Collection [Visio 2003 SDK Documentation]

Multiple objects
AccelTables
Multiple objects

Includes an AccelTable object for each Microsoft Office Visio window context that has accelerators.

To retrieve an AccelTables collection, use the AccelTables property of a UIObject object.

Version added

4.0

Remarks

The default property of AccelTables is Item.

Unlike other Visio collections, the AccelTables collection is indexed starting with zero (0) rather than 1.

An AccelTable object is identified in the AccelTables collection by its SetID property, which corresponds to a Visio window context. For a list of SetID values that identify AccelTable objects, see the SetID property.

Properties | Count property | Item property | ItemAtID property

Methods | Add method | AddAtID method

Parent Objects | UIObject Object

Child Objects | AccelTable Object

See Also | AccelTable object | SetID property | UIObject object