AccelItem Object [Visio 2003 SDK Documentation]

Multiple objects
AccelItems
AccelItem
AccelItems

Represents a single accelerator used by Microsoft Office Visio.

Version added

4.0

Remarks

An AccelItem object consists of a key, modifiers to the key, and the Visio command or add-on that the accelerator executes when the user presses the accelerator. A key is any ASCII key code, and is not case-sensitive. The modifiers are ALT, CTRL, and SHIFT. Command identifiers are declared by the Visio type library and prefixed with visCMD.

Properties | AddOnArgs property | AddOnName property | Alt property | CmdNum property | Control property | Key property | Shift property

Methods | Delete method

Parent Objects | AccelItems Collection

Child Objects

See Also | AccelItems collection