Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 793 Bytes

corewebview2movefocusreason.md

File metadata and controls

22 lines (16 loc) · 793 Bytes
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

CoreWebView2MoveFocusReason Enum

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.

Referenced by