Bagikan melalui


TouchDevice.ReportDown Metode

Definisi

Melaporkan bahwa sentuhan ditekan pada elemen.

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

Mengembalikan

true TouchDown jika peristiwa ditangani; jika tidak, false.

Keterangan

Kelas yang mewarisi TouchDevice harus memanggil metode ini untuk menaikkan TouchDown peristiwa. Peristiwa TouchEnter dinaikkan sebelum TouchDown acara.

Berlaku untuk

Lihat juga