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


IExtensionAccelerators Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IExtensionAccelerators Interface
ArcGIS Developer Help

IExtensionAccelerators Interface

Provides access to a method that creates extension accelerators.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IExtensionAccelerators is implemented by extensions to define keyboard accelerators. This interface is not normally called from client code

When To Use

If you want any of the commands in your extension to have keyboard accelerators associated with them, your extension needs to implement IExtensionAccelerators. In your class module for your extension you would implement both IExtension and IExtensionAccelerators.

Members

Name Description
Method CreateAccelerators Called to create the keyboard accelerators for this extension.

Classes that implement IExtensionAccelerators

Classes Description
AnimationExtension (esriAnimation) The Animation Extension Object.
Editor (esriEditor) The Object Editor Extension.
Publisher (esriPublisherUI) The Publisher Extension coclass.

Remarks

The CreateAccelerators method creates the accelerators for the extension. This method is called when the accelerator table is created during application startup, when a new document is created, or when a document is opened.

See Also

IExtension Interface | IAccelerator Interface | IAcceleratorTable Interface