This document is archived and information here might be outdated.  Recommended version.


AcceleratorTable CoClass (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Classes > A > AcceleratorTable CoClass (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Framework)  

AcceleratorTable CoClass

Accelerator Table Object.

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.

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.

Supported Platforms

Windows

Interfaces

Interfaces Description
IAcceleratorTable Provides access to members that modify the accelerator table.
IPersist (esriSystem)
IPersistStream (esriSystem)

See Also

IAccelerator Interface