NonClientRegionKind 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.
Specifies the types of non-client regions.
public enum class NonClientRegionKind
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
enum class NonClientRegionKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
public enum NonClientRegionKind
var value = Microsoft.UI.Input.NonClientRegionKind.close
Public Enum NonClientRegionKind
- Inheritance
-
NonClientRegionKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
Close | 0 | The Close button. |
Maximize | 1 | The Maximize button |
Minimize | 2 | The Minimize button. |
Icon | 3 | The application icon. |
Caption | 4 | The application Title text. |
TopBorder | 5 | The top border area. |
LeftBorder | 6 | The left border area. |
BottomBorder | 7 | The bottom border area. |
RightBorder | 8 | The right border area. |
Passthrough | 9 | The input passthrough area. |