(AIR only)
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.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 |
Runtime Versions: | AIR 1.0 |
The maximized display state.
public static const MINIMIZED:String = "minimized"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
The minimized display state.
public static const NORMAL:String = "normal"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
The normal display state.
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00