SystemParameters.IsTabletPC Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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}
"/>