Method KeyUp
KeyUp(IWindowHandle, VirtualKeyCode)
Simulates the key up gesture for the specified key.
Declaration
public abstract void KeyUp(IWindowHandle hwnd, VirtualKeyCode keyCode)
Parameters
Type | Name | Description |
---|---|---|
IWindowHandle | hwnd | The window handle for the target window. |
VirtualKeyCode | keyCode | The WindowsInput.Native.VirtualKeyCode for the key. |