CoreWebView2NonClientRegionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum which represents the kind of non-client regions.
public enum CoreWebView2NonClientRegionKind
type CoreWebView2NonClientRegionKind =
Public Enum CoreWebView2NonClientRegionKind
- Inheritance
-
CoreWebView2NonClientRegionKind
Fields
Name | Value | Description |
---|---|---|
Nowhere | 0 | Enum value which represents a region entirely outside the WebView2 window. |
Client | 1 | Enum value which represents the client area. |
Caption | 2 | Enum value which represents the caption area. |
Minimize | 8 | Enum value which represents the minimize window control button. |
Maximize | 9 | Enum value which represents the maximize window control button. |
Close | 20 | Enum value which represents the close window control button. |