Package | flash.display |
Class | public final class NativeWindowDisplayState |
Inheritance | NativeWindowDisplayState ![]() |
Note: The fullscreen modes are set using the Stage object displayState
property,
not the window displaySate
.
See also
Constant | Defined By | ||
---|---|---|---|
![]() [static]
The maximized display state. | NativeWindowDisplayState | ||
![]() [static]
The minimized display state. | NativeWindowDisplayState | ||
![]() [static]
The normal display state. | NativeWindowDisplayState |
![]() | Constant |
public static const MAXIMIZED:String = "maximized"
The maximized display state.
![]() | Constant |
public static const MINIMIZED:String = "minimized"
The minimized display state.
![]() | Constant |
public static const NORMAL:String = "normal"
The normal display state.