Table of Contents

Enum CoreWebView2NonClientRegionKind

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

Enum which represents the kind of non-client regions.

public enum CoreWebView2NonClientRegionKind

Fields

Caption = 2

Enum value which represents the caption area.

Client = 1

Enum value which represents the client area.

Nowhere = 0

Enum value which represents a region entirely outside the WebView2 window.