COREWEBVIEW2_KEY_EVENT_KIND_KEY_DOWN

Specifies the key event type that triggered an AcceleratorKeyPressed event.

Values

ValueMeaning
COREWEBVIEW2_KEY_EVENT_KIND_KEY_DOWN

Specifies that the key event type corresponds to window message WM_KEYDOWN.

COREWEBVIEW2_KEY_EVENT_KIND_KEY_UP

Specifies that the key event type corresponds to window message WM_KEYUP.

COREWEBVIEW2_KEY_EVENT_KIND_SYSTEM_KEY_DOWN

Specifies that the key event type corresponds to window message WM_SYSKEYDOWN.

COREWEBVIEW2_KEY_EVENT_KIND_SYSTEM_KEY_UP

Specifies that the key event type corresponds to window message WM_SYSKEYUP.

Suggestion Box / Bug Report