|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface esriKeyIntercept
Options for intercepting key presses handled by a controls container, these values can be combined into a bit mask.
| Field Summary | |
|---|---|
static int |
esriKeyInterceptAlt
Intercepts the Alt key, normally handled by a container to change focus. |
static int |
esriKeyInterceptArrowKeys
Intercepts the arrow keys, normally handled by the container to change control focus. |
static int |
esriKeyInterceptEnter
Intercepts the Enter key, normally handled by the container to click the default button. |
static int |
esriKeyInterceptNone
No keys are intercepted. |
static int |
esriKeyInterceptTab
Intercepts the Tab key, normally handled by the container to change control focus. |
| Field Detail |
|---|
static final int esriKeyInterceptNone
static final int esriKeyInterceptArrowKeys
static final int esriKeyInterceptAlt
static final int esriKeyInterceptTab
static final int esriKeyInterceptEnter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||