This document is archived and information here might be outdated.  Recommended version.


esriKeyIntercept Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Constants > E > esriKeyIntercept Constants
ArcGIS Developer Help

esriKeyIntercept Constants

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.