(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.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Mon Jun 16 2008, 11:54 AM -07:00 Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/NativeWindowDisplayState.html