This document is archived and information here might be outdated. Recommended version. |
Indicates if the ink stylus is pressure-sensitive.
[Visual Basic .NET] Public Property PressureSensitiveStylus As Boolean
[C#] public bool PressureSensitiveStylus {get; set;}
[C++]
HRESULT get_PressureSensitiveStylus(
VARIANT_BOOL usePressureSensitive
);
[C++]
HRESULT put_PressureSensitiveStylus(
Boolean* usePressureSensitive
);
[C++]
Parameters usePressureSensitive [in]
usePressureSensitive is a parameter of type bool usePressureSensitive [out, retval]
usePressureSensitive is a parameter of type bool*
Enables or disables the pressure sensitivity of the stylus.