com.esri.arcgis.systemUI
Interface esriKeyIntercept

All Superinterfaces:
Serializable

public interface esriKeyIntercept
extends Serializable

Options for intercepting key presses handled by a controls container, these values can be combined into a bit mask.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


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