description | title | ms.date | keywords |
---|---|---|---|
Specifies the reason for moving focus. |
CoreWebView2MoveFocusReason |
11/29/2021 |
webview2, webview, winrt, win32, edge, CoreWebView2, CoreWebView2Controller, browser control, edge html, CoreWebView2MoveFocusReason |
Specifies the reason for moving focus.
Name | Value | Description |
---|---|---|
Programmatic |
0x0 | Specifies that the code is setting focus into WebView. |
Next |
0x1 | Specifies that the focus is moved due to Tab traversal forward. |
Previous |
0x2 | Specifies that the focus is moved due to Tab traversal backward. |