Options for intercepting key presses handled by a controls container, these values can be combined into a bit mask.
| Constant | Value | Description |
|---|---|---|
| esriKeyInterceptNone | 0 | No keys are intercepted. |
| esriKeyInterceptArrowKeys | 1 | Intercepts the arrow keys, normally handled by the container to change control focus. |
| esriKeyInterceptAlt | 2 | Intercepts the Alt key, normally handled by a container to change focus. |
| esriKeyInterceptTab | 4 | Intercepts the Tab key, normally handled by the container to change control focus. |
| esriKeyInterceptEnter | 8 | Intercepts the Enter key, normally handled by the container to click the default button. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.