CoreWebView2MoveFocusReason 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 reason for moving focus.
public enum CoreWebView2MoveFocusReason
type CoreWebView2MoveFocusReason =
Public Enum CoreWebView2MoveFocusReason
- Inheritance
-
CoreWebView2MoveFocusReason
Fields
Name | Value | Description |
---|---|---|
Programmatic | 0 | Specifies that the code is setting focus into WebView. |
Next | 1 | Specifies that the focus is moving due to Tab traversal forward. |
Previous | 2 | Specifies that the focus is moving due to Tab traversal backward. |