Enum CoreWebView2NonClientRegionKind
Enum which represents the kind of non-client regions.
public enum CoreWebView2NonClientRegionKind
  Fields
Caption = 2Enum value which represents the caption area.
Client = 1Enum value which represents the client area.
Nowhere = 0Enum value which represents a region entirely outside the WebView2 window.