Enum CoreWebView2KeyEventKind
Specifies the key event kind that raises an AcceleratorKeyPressed event.
public enum CoreWebView2KeyEventKind
Fields
KeyDown = 0
Specifies that the key event kind corresponds to window message
WM_KEYDOWN
.KeyUp = 1
Specifies that the key event kind corresponds to window message
WM_KEYUP
.SystemKeyDown = 2
Specifies that the key event kind corresponds to window message
WM_SYSKEYDOWN
.SystemKeyUp = 3
Specifies that the key event kind corresponds to window message
WM_SYSKEYUP
.