This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Interfaces > ID > IDocument Interface > IDocument.Accelerators Property (ArcObjects .NET 10.5 SDK) |
The accelerator table for this document.
[Visual Basic .NET] Public ReadOnly Property Accelerators As AcceleratorTable
[C#] public AcceleratorTable Accelerators {get;}
An AcceleratorTable is an object that contains a list of accelerator keys and the command identifiers associated with them.
IDocument Interface | IAcceleratorTable Interface