SystemParameters.IsPenWindows プロパティ

定義

ペン コンピューティング拡張機能のMicrosoft Windowsがインストールされているかどうかを示す値を取得します。

public:
 static property bool IsPenWindows { bool get(); };
public static bool IsPenWindows { [System.Security.SecurityCritical] get; }
[<get: System.Security.SecurityCritical>]
static member IsPenWindows : bool
Public Shared ReadOnly Property IsPenWindows As Boolean

プロパティ値

true ペン コンピューティング拡張機能がインストールされている場合。それ以外の場合は false

属性

注釈

SM_PENWINDOWSにマップします。 GetSystemMetrics を参照してください。

XAML 属性の使用方法

< object property="{ SystemParameters.IsPenWindows}"/>

適用対象