WindowStateValue enumeration

WindowStateValue enumeration

An integer specifying bit flags. This attribute can be a sum of the following values.

The WindowStateValue type exposes the following members:

Fields

FieldDescription
RESTOREDRestored.
MAXIMIZEDMaximized.
MINIMIZEDMinimized.
DOCKED_LEFTDocked left.
DOCKED_TOPDocked top.
DOCKED_RIGHTDocked right.
DOCKED_BOTTOMDocked bottom.
DOUBLEINGDoubleing.
ANCHOR_LEFTAnchor left.
ANCHOR_TOPAnchor top.
ANCHOR_RIGHTAnchor right.
ANCHOR_BOTTOMAnchor bottom.
ANCHOR_MERGEDAnchor merged.
ACTIVEActive.
UNDEFINEDUndefined.

See Also