NonClientPointerEventArgs.IsPointInRegion 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 si l' point
public:
property bool IsPointInRegion { bool get(); };
bool IsPointInRegion();
public bool IsPointInRegion { get; }
var boolean = nonClientPointerEventArgs.isPointInRegion;
Public ReadOnly Property IsPointInRegion As Boolean
Valeur de propriété
Boolean
bool
True, si le point est avec la région non cliente où l’événement de pointeur s’est produit. Sinon, false.
S’applique à
Voir aussi
- pointeur entré
- PointerExited
- PointerMoved
- PointerPressed
- PointerReleased