window.runtime propertywindow.runtime.flash.display.NativeWindowType
Runtime Versions:  1.0

The NativeWindowType class defines constants for the type property of the NativeWindowInitOptions object used to create a native window.

Note: The type value is specified when a window is created and cannot be changed.

See also

NativeWindow
NativeWindowInitOptions


Constants
 ConstantDefined By
  LIGHTWEIGHT : String = "lightweight"
[static] A minimal window.
NativeWindowType
  NORMAL : String = "normal"
[static] A typical window.
NativeWindowType
  UTILITY : String = "utility"
[static] A utility window.
NativeWindowType
Constant Detail
LIGHTWEIGHTConstant
static const LIGHTWEIGHT:String = "lightweight"
Runtime Versions:  1.0

A minimal window.

NORMALConstant 
static const NORMAL:String = "normal"
Runtime Versions:  1.0

A typical window.

UTILITYConstant 
static const UTILITY:String = "utility"
Runtime Versions:  1.0

A utility window.