TouchDevice.ReportMove 方法

定义

报告触摸屏输入跨元素移动。

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

返回

如果处理过 TouchMove 事件,则为 true;否则为 false

注解

继承自 TouchDevice 的类应调用此方法来引发 TouchMove 事件。

适用于

另请参阅