OverlappedPresenterState Enum

Definition

Defines constants that specify the state of a window in overlapped mode.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum OverlappedPresenterState
Inheritance
OverlappedPresenterState
Attributes

Fields

Name Value Description
Maximized 0

The window is maximized.

Minimized 1

The window is minimized.

Restored 2

The window is restored to the size and position it had before it was minimized or maximized.

Remarks

Values of this enumeration are used by the OverlappedPresenter.State property.

Applies to

Product Versions
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also