SystemParameters.IsTabletPC Propriété

Définition

Obtient une valeur qui indique si le système d’exploitation actuel est Microsoft Windows XP Édition Tablet PC.

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

Valeur de propriété

true si le système d’exploitation actuel est Windows XP Édition Tablet PC ; sinon, false.

Attributs

Remarques

Mappe à SM_TABLETPC. Consultez GetSystemMetrics.

Utilisation des attributs XAML

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

S’applique à