This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IViewers3D Interface > IViewers3D.GestureEnabled Property (ArcObjects .NET 10.5 SDK) |
Indicates if the mouse gestures are supported.
[Visual Basic .NET] Public Property GestureEnabled As Boolean
[C#] public bool GestureEnabled {get; set;}
[C++]
HRESULT get_GestureEnabled(
VARIANT_BOOL* pbEnabled
);
[C++]
HRESULT put_GestureEnabled(
VARIANT_BOOL pbEnabled
);
[C++]
Parameters pbEnabled [out, retval] pbEnabled is a parameter of type VARIANT_BOOL pbEnabled [in] pbEnabled is a parameter of type VARIANT_BOOL