Enum CoreWebView2NonClientRegionKind
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.