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


IAcceleratorTable Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > IA > IAcceleratorTable Interface
ArcGIS Developer Help

IAcceleratorTable Interface

Provides access to members that modify the accelerator table.

Product Availability

Available with ArcGIS Desktop.

Description

An AcceleratorTable is an object that contains a list of accelerator keys and the command identifiers associated with them.

Members

Name Description
Method Add Adds a new accelerator to the accelerator table.
Read-only property Count The count of accelerator items in the table.
Method Find Finds the accelerator object/s currently associated with the specified command ID.
Method FindByKey Finds the accelerator object associated with the specified key combination.
Read-only property Item The accelerator object at the specified index.

Classes that implement IAcceleratorTable

Classes Description
AcceleratorTable Accelerator Table Object.

Remarks

Use the IDocument::Accelerators property to get access to the AcceleratorTable.

See Also

IDocument.Accelerators Property