gfxWindowStateConstants

Use the gfxWindowState constants with the WindowState property to specify the visual state of a display or application.
gfxWindowStateNormal
(0) – the display window is its normal size
gfxWindowStateMinimized
(1) – the display window has been minimized to an icon
gfxWindowStateMaximized
(2) – the display window has been enlarged to maximize size
gfxWindowStateDockedTop
(4) – the display window is docked at the top
gfxWindowStateDockedBottom
(5) – the display window is docked at the bottom
gfxWindowStateDockedLeft
(6) – the display window is docked at the left
gfxWindowStateDockedRight
(7) – the display window is docked at the right
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal