ArcObjects Library Reference (Framework)  

IDocument.Accelerators Property

The accelerator table for this document.

[Visual Basic .NET]
Public ReadOnly Property Accelerators As AcceleratorTable
[C#]
public AcceleratorTable Accelerators {get;}

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.

See Also

IDocument Interface | IAcceleratorTable Interface

.NET Snippets

Assign Shortcut Key to Command