ArcObjects Library Reference (Controls)  

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(
  VARIANT_BOOL pEnabled
);
[C++]

Parameters

pEnabled [out, retval]   pEnabled is a parameter of type VARIANT_BOOL pEnabled [in]   pEnabled is a parameter of type VARIANT_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