This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pbEnabled
);
[C++] Parameters pbEnabled [in]
pbEnabled is a parameter of type bool pbEnabled [out, retval]
pbEnabled is a parameter of type bool*