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

The NativeWindowSystemChrome class defines constants for the 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

NativeWindow
NativeWindowInitOptions


Constants
 ConstantDefined By
  NONE : String = "none"
[static] No system chrome.
NativeWindowSystemChrome
  STANDARD : String = "standard"
[static] The standard chrome for the host operating system.
NativeWindowSystemChrome
Constant Detail
NONEConstant
static const NONE:String = "none"
Runtime Versions:  1.0

No system chrome.

STANDARDConstant 
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.