Sdílet prostřednictvím


CoreWebView2NonClientRegionKind Enum

Definition

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.

Applies to