ManipulationStartingEventArgs.Cancel 方法

定义

取消操作并将触摸提升为鼠标事件。

public:
 bool Cancel();
public bool Cancel ();
member this.Cancel : unit -> bool
Public Function Cancel () As Boolean

返回

如果触摸成功提升为鼠标事件,则为 true;否则为 false

注解

如果 方法成功,则默认 TouchDevice 将上一个触摸向下事件作为鼠标按下事件发送,并且将来的操作事件不会发生。

适用于