TouchDevice.Deactivate 方法

定义

从输入消息系统中移除 TouchDevice

protected:
 void Deactivate();
protected void Deactivate ();
member this.Deactivate : unit -> unit
Protected Sub Deactivate ()

例外

设备未激活。

注解

继承自 TouchDevice 的类应调用此方法来停用当前设备。

在没有 TouchLeave 相应 TouchUp 事件的情况下引发事件。

适用于

另请参阅