Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if the computer is running under Microsoft Windows for Pen Computing. Read-only Boolean.
Example
This example shows how to limit handwriting recognition to numbers and punctuation only if Microsoft Windows for Pen Computing is running.
If Application.WindowsForPens Then
Application.ConstrainNumeric = True
End If
Applies to | Application Object