ArcObjects Library Reference (System)  

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

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

CoClasses that implement IExtensionAccelerators

CoClasses and 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