This document is archived and information here might be outdated. Recommended version. |
Accelerator Table Object.
An Accelerator is a mapping between a particular keyboard combination and a command. When you press the combination of keys on the keyboard, the command is executed. For example, Ctrl-C is a well-known accelerator for copying something in Windows. Some commands in the application already have accelerators assigned to them but you can also assign additional accelerators to these commands.
The AcceleratorTable is an object with a list of accelerator keys and the command identifiers associated with them. You can get a reference to the AcceleratorTable of a document using the IDocument.Accelerators property.
Interfaces | Description |
---|---|
IAcceleratorTable | Provides access to members that modify the accelerator table. |
IPersist (esriSystem) | |
IPersistStream (esriSystem) |