CoreWebView2KeyEventKind Enum

Specifies the key event kind that raises an CoreWebView2Controller.AcceleratorKeyPressed event.

Name Value Description
KeyDown 0x0 Specifies that the key event kind corresponds to window message WM_KEYDOWN.
KeyUp 0x1 Specifies that the key event kind corresponds to window message WM_KEYUP.
SystemKeyDown 0x2 Specifies that the key event kind corresponds to window message WM_SYSKEYDOWN.
SystemKeyUp 0x3 Specifies that the key event kind corresponds to window message WM_SYSKEYUP.

Referenced by