| window.runtime property | window.runtime.flash.display.NativeWindowSystemChrome |
| Inheritance | NativeWindowSystemChrome Object |
| Runtime Versions: | 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 Methods
Constants
| Constant | Defined By | ||
|---|---|---|---|
| ALTERNATE : String = "alternate" [static]
Reserved for future use. | NativeWindowSystemChrome | ||
| NONE : String = "none" [static]
No system chrome. | NativeWindowSystemChrome | ||
| STANDARD : String = "standard" [static]
The standard chrome for the host operating system. | NativeWindowSystemChrome | ||
Constant Detail
ALTERNATE | Constant |
public static const ALTERNATE:String = "alternate"| Runtime Versions: | 1.0 |
Reserved for future use.
Do not use.
NONE | Constant |
public static const NONE:String = "none"| Runtime Versions: | 1.0 |
No system chrome.
STANDARD | Constant |
public static const STANDARD:String = "standard"| Runtime Versions: | 1.0 |
The standard chrome for the host operating system.
Use this setting to emulate the look and feel of the native operating system.
Thu Sep 29 2011, 02:34 AM -07:00

Object
Hide Inherited Public Properties
Show Inherited Properties