TouchDevice.ReportDown Méthode
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.
Signale qu'une pression tactile a été exercée sur un élément.
protected:
bool ReportDown();
protected bool ReportDown ();
member this.ReportDown : unit -> bool
Protected Function ReportDown () As Boolean
Retours
true
si l'événement TouchDown a été géré ; sinon, false
.
Remarques
Les classes qui héritent de TouchDevice doivent appeler cette méthode pour déclencher l’événement TouchDown . Un TouchEnter événement est déclenché avant l’événement TouchDown .