ArcObjects Library Reference (Framework)  

Accelerator Class

Accelerator object.

Accelerator is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

Available with ArcGIS Desktop.

Description

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.

Supported Platforms

Windows

Interfaces

Interfaces Description
IAccelerator Provides access to members that define an accelerator.