Package | flash.display |
Class | public final class NativeWindowType |
Inheritance | NativeWindowType Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
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
Public Properties
Public Methods
Public Constants
Constant | Defined 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 |
Fri Mar 19 2010, 02:45 AM -07:00