Package | flash.display |
Class | public final class NativeWindowSystemChrome |
Inheritance | NativeWindowSystemChrome Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
systemChrome
property of the NativeWindowInitOptions object used to create a native window.
System chrome refers to the operating system-specific elements of a window such as a title bar, minimize, maximize, and close buttons.
Note: The type of system chrome used is specified when a window is created and cannot be changed.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
NONE : String = "none" [static]
No system chrome. | NativeWindowSystemChrome | ||
STANDARD : String = "standard" [static]
The standard chrome for the host operating system. | NativeWindowSystemChrome |
Constant Detail
NONE | Constant |
STANDARD | Constant |
public static const STANDARD:String = "standard"
Runtime Versions: | AIR 1.0 |
The standard chrome for the host operating system.
Use this setting to emulate the look and feel of the native operating system.
Fri Mar 19 2010, 02:45 AM -07:00