TouchDevice.ReportUp 方法

定義

報告已在項目上放開觸控。

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

傳回

如果 TouchUp 事件已處理則為 true,否則為 false

備註

繼承自 TouchDevice 的類別應該呼叫這個方法來引發 TouchUp 事件。 事件 TouchLeave 會在事件之後 TouchUp 引發。

適用於

另請參閱