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
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 that implement IAcceleratorTable
CoClasses and Classes | Description |
---|---|
AcceleratorTable | Accelerator Table Object. |
Remarks
Use the IDocument::Accelerators property to get access to the AcceleratorTable.
See Also
IDocument.Accelerators Property