CoreWebView2NonClientRegionKind Enum

Definition

Enum which represents the kind of non-client regions.

public enum CoreWebView2NonClientRegionKind
type CoreWebView2NonClientRegionKind = 
Public Enum CoreWebView2NonClientRegionKind
Inheritance
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.

Applies to