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 sizegfxWindowStateMinimized
(1) – the display window has been minimized to an icongfxWindowStateMaximized
(2) – the display window has been enlarged to maximize sizegfxWindowStateDockedTop
(4) – the display window is docked at the topgfxWindowStateDockedBottom
(5) – the display window is docked at the bottomgfxWindowStateDockedLeft
(6) – the display window is docked at the leftgfxWindowStateDockedRight
(7) – the display window is docked at the rightProvide Feedback