WindowsForPens 属性

       

如果此计算机正在运行的是 Microsoft Windows for Pen Computing,则该值为 TrueBoolean 类型,只读。

示例

本示例显示当 Microsoft Windows for PenComputing 在运行时,如何限制仅识别手写数字和标点符号。

If Application.WindowsForPens Then
    Application.ConstrainNumeric = True
End If