Partager via


PointerDevice.IsIntegrated Propriété

Définition

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.

S’applique à

Voir aussi