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 引发。

适用于

另请参阅