This document is archived and information here might be outdated. Recommended version. |
Accelerator 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.
Use the IAcceleratorTable.Add method to create an accelerator.
Interfaces | Description |
---|---|
IAccelerator | Provides access to members that define an accelerator. |