Language version: | ActionScript 3.0 |
The NativeWindowDisplayState class defines constants for the names of the window display states.
Note: The fullscreen modes are set using the Stage object displayState
property,
not the window displaySate
.
public static const MAXIMIZED:String = "maximized"
Language version: | ActionScript 3.0 |
The maximized display state.
public static const MINIMIZED:String = "minimized"
Language version: | ActionScript 3.0 |
The minimized display state.
public static const NORMAL:String = "normal"
Language version: | ActionScript 3.0 |
The normal display state.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00