| 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.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Thu Nov 20 2008, 04:03 AM -08:00