com.esri.arcgis.framework
Interface IAcceleratorHook
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- CreateFeatureDockWin, IAcceleratorHookProxy, UnplacedAnnotationWindow
public interface IAcceleratorHook
- extends Serializable
Provides access to a means to decide if a virtual key should act as an accelerator.
Product Availability
Available with ArcGIS Desktop.
Method Summary |
boolean |
checkAccelerator(int vkey)
Return true if the framework should carry out the action associated with this virtual key. |
checkAccelerator
boolean checkAccelerator(int vkey)
throws IOException,
AutomationException
- Return true if the framework should carry out the action associated with this virtual key.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Parameters:
vkey
- The vkey (in)
- Returns:
- The check
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.