Table of Contents

Enum CoreWebView2KeyEventKind

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

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.