com.esri.arcgis.systemUI
Interface esriKeyIntercept

All Superinterfaces:
java.io.Serializable

public interface esriKeyIntercept
extends java.io.Serializable

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

esriKeyInterceptNone

static final int esriKeyInterceptNone
No keys are intercepted.

See Also:
Constant Field Values

esriKeyInterceptArrowKeys

static final int esriKeyInterceptArrowKeys
Intercepts the arrow keys, normally handled by the container to change control focus.

See Also:
Constant Field Values

esriKeyInterceptAlt

static final int esriKeyInterceptAlt
Intercepts the Alt key, normally handled by a container to change focus.

See Also:
Constant Field Values

esriKeyInterceptTab

static final int esriKeyInterceptTab
Intercepts the Tab key, normally handled by the container to change control focus.

See Also:
Constant Field Values

esriKeyInterceptEnter

static final int esriKeyInterceptEnter
Intercepts the Enter key, normally handled by the container to click the default button.

See Also:
Constant Field Values