Package | flash.display |
Class | public final class NativeWindowType |
Inheritance | NativeWindowType ![]() |
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
Constant | Defined By | ||
---|---|---|---|
![]() [static]
A minimal window. | NativeWindowType | ||
![]() [static]
A typical window. | NativeWindowType | ||
![]() [static]
A utility window. | NativeWindowType |
![]() | Constant |
public static const LIGHTWEIGHT:String = "lightweight"
A minimal window.
![]() | Constant |
public static const NORMAL:String = "normal"
A typical window.
![]() | Constant |
public static const UTILITY:String = "utility"
A utility window.