Table of Contents

Enum CoreWebView2MoveFocusReason

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Specifies the reason for moving focus.

public enum CoreWebView2MoveFocusReason

Fields

Next = 1

Specifies that the focus is moved due to Tab traversal forward.

Previous = 2

Specifies that the focus is moved due to Tab traversal backward.

Programmatic = 0

Specifies that the code is setting focus into WebView.