This document is archived and information here might be outdated. Recommended version. |
Indicates if interactive gestures are enabled.
[Visual Basic .NET] Public Property IsGestureEnabled As Boolean
[C#] public bool IsGestureEnabled {get; set;}
[C++]
HRESULT get_IsGestureEnabled(
Boolean* pbGestureEnabled
);
[C++]
HRESULT put_IsGestureEnabled(
VARIANT_BOOL pbGestureEnabled
);
[C++]
Parameters pbGestureEnabled [out, retval]
pbGestureEnabled is a parameter of type bool* pbGestureEnabled [in]
pbGestureEnabled is a parameter of type bool