PointerDevice.IsIntegrated 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 indiquant si l’appareil de pointeur est un appareil intégré. Par exemple, un affichage vidéo avec un numériseur tactile intégré par rapport à un numériseur de stylet/stylet externe.
public:
property bool IsIntegrated { bool get(); };
bool IsIntegrated();
public bool IsIntegrated { get; }
var boolean = pointerDevice.isIntegrated;
Public ReadOnly Property IsIntegrated As Boolean
Valeur de propriété
Boolean
bool
True si l’appareil de pointeur est intégré ; sinon, false.