(AIR only)
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-2007 Adobe Systems Incorporated. All rights reserved.
Tue Mar 18 2008, 12:59 PM GMT-07:00