Share via


TouchDevice.ReportDown Metodo

Definizione

Segnala che un tocco viene premuto in un elemento.

protected:
 bool ReportDown();
protected bool ReportDown ();
member this.ReportDown : unit -> bool
Protected Function ReportDown () As Boolean

Restituisce

true se l'evento è stato gestito e TouchDown; in caso contrario, false.

Commenti

Le classi che ereditano da TouchDevice devono chiamare questo metodo per generare l'evento TouchDown . Un TouchEnter evento viene generato prima dell'evento TouchDown .

Si applica a

Vedi anche