This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Classes > A > AcceleratorTable Class (ArcObjects .NET 10.5 SDK) |
Accelerator Table Object.
AcceleratorTable is a non-creatable object. References to non-creatable objects must be obtained through other objects.
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 | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
IPersistStream (esriSystem) |