CoreWebView2KeyEventKind Enum
В этой статье
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the key event type that triggered an AcceleratorKeyPressed
event.
public enum CoreWebView2KeyEventKind
type CoreWebView2KeyEventKind =
Public Enum CoreWebView2KeyEventKind
- Inheritance
-
CoreWebView2KeyEventKind
Fields
| Name | Value | Description |
|---|---|---|
| KeyDown | 0 | Specifies that the key event type corresponds to window message
|
| KeyUp | 1 | Specifies that the key event type corresponds to window message
|
| SystemKeyDown | 2 | Specifies that the key event type corresponds to window message
|
| SystemKeyUp | 3 | Specifies that the key event type corresponds to window message
|