| Pacote | flash.display |
| Classe | public final class NativeWindowDisplayState |
| Herança | NativeWindowDisplayState Object |
| Constante | Definido por | ||
|---|---|---|---|
| MAXIMIZED : String = "maximized" [static]
Specifies that the window is maximized.
| NativeWindowDisplayState | ||
| MINIMIZED : String = "minimized" [static]
Specifies that the window is minimized.
| NativeWindowDisplayState | ||
| NORMAL : String = "normal" [static]
Specifies that the window is in a normal display state.
| NativeWindowDisplayState | ||
| MAXIMIZED | Constante |
public static const MAXIMIZED:String = "maximized"
Specifies that the window is maximized.
| MINIMIZED | Constante |
public static const MINIMIZED:String = "minimized"
Specifies that the window is minimized.
| NORMAL | Constante |
public static const NORMAL:String = "normal"
Specifies that the window is in a normal display state.