SystemParameters.IsTabletPC Proprietà

Definizione

Ottiene un valore che indica se il sistema operativo corrente è 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

Valore della proprietà

true se il sistema operativo corrente è Windows XP Tablet PC Edition; in caso contrario, false.

Attributi

Commenti

Esegue il mapping a SM_TABLETPC. Vedere GetSystemMetrics.

Sintassi degli attributi XAML

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

Si applica a