This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IAcceleratorTable Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that modify the accelerator table.
An AcceleratorTable is an object that contains a list of accelerator keys and the command identifiers associated with them.
Description | ||
---|---|---|
Add | Adds a new accelerator to the accelerator table. | |
Count | The count of accelerator items in the table. | |
Find | Finds the accelerator object/s currently associated with the specified command ID. | |
FindByKey | Finds the accelerator object associated with the specified key combination. | |
Item | The accelerator object at the specified index. |
CoClasses and Classes | Description |
---|---|
AcceleratorTable | Accelerator Table Object. |
Use the IDocument::Accelerators property to get access to the AcceleratorTable.
IDocument.Accelerators Property