KeyboardDevice.IsKeyUp(Key) 方法

定义

确定指定的 Key 是否处于松开状态。

public:
 bool IsKeyUp(System::Windows::Input::Key key);
public bool IsKeyUp (System.Windows.Input.Key key);
member this.IsKeyUp : System.Windows.Input.Key -> bool
Public Function IsKeyUp (key As Key) As Boolean

参数

key
Key

要检查的键。

返回

如果 key 处于松开状态,则为 true;否则为 false

例外

key 不是一个有效键。

适用于