com.esri.arcgis.systemUI
Interface IToolKeys
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IToolKeysProxy
public interface IToolKeys
- extends Serializable
Allows a tool to override system shortcut keys.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
boolean |
overrideKey(int keyCode,
int shift)
Indicate whether the specified key is handled by the tool. |
overrideKey
boolean overrideKey(int keyCode,
int shift)
throws IOException,
AutomationException
- Indicate whether the specified key is handled by the tool.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
keyCode
- The keyCode (in)shift
- The shift (in)
- Returns:
- The override
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.