SystemParameters.IsTabletPC 属性

定义

获取一个值,该值指示当前操作系统是否为 Microsoft Windows XP Tablet PC Edition。

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

属性值

true 如果当前操作系统是 Windows XP 平板电脑版,则为 ;否则为 false

属性

注解

映射到SM_TABLETPC。 请参阅 GetSystemMetrics

XAML 属性使用方法

<object property=“{ SystemParameters.IsTabletPC}”/>

适用于