|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriKeyIntercept
Constants from esriKeyIntercept' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'
Description: 'Options for intercepting key presses handled by a controls container, these values can be combined into a bit mask.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
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 |