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


IEngineInkEnvironment.MapNavigationGesturesEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineInkEnvironment Interface > IEngineInkEnvironment.MapNavigationGesturesEnabled Property
ArcGIS Developer Help

IEngineInkEnvironment.MapNavigationGesturesEnabled Property

Indicates whether the map navigation gestures should be enabled.

[Visual Basic .NET]
Public Property MapNavigationGesturesEnabled As Boolean
[C#]
public bool MapNavigationGesturesEnabled {get; set;}
[C++]
HRESULT get_MapNavigationGesturesEnabled(
  VARIANT_BOOL pEnabled
);
[C++]
HRESULT put_MapNavigationGesturesEnabled(
  Boolean* pEnabled
);
[C++]
Parameters
pEnabled [in]

pEnabled is a parameter of type bool pEnabled [out, retval]
pEnabled is a parameter of type bool*

Product Availability

Available with ArcGIS Engine.

Description

Indicates whether or not a map navigation gesture can be made using a pen. Map navigation gestures are only supported on platforms that recognize gestures (e.g. Microsoft Windows XP Tablet PC Edition or the appropriate Tablet PC SDK).

If ink is being used to create graphic representation then pen motions (e.g. V) can be confused as map gestures (Pan Down) and therefore it is useful to be able to turn off this property, by setting MapNavigationGesturesEnabled to false.

By default map navigation gestures are disabled.

See Also

IEngineInkEnvironment Interface