Partager via


NonClientPointerEventArgs.IsPointInRegion Propriété

Définition

Obtient si l' point se trouve dans la région non cliente où l’événement de pointeur s’est produit.

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