Package | flash.display |
Class | public final class NativeWindowSystemChrome |
Inheritance | NativeWindowSystemChrome ![]() |
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
Constant | Defined By | ||
---|---|---|---|
![]() [static]
No system chrome. | NativeWindowSystemChrome | ||
![]() [static]
The standard chrome for the host operating system. | NativeWindowSystemChrome |
![]() | Constant |
public static const NONE:String = "none"
No system chrome.
![]() | Constant |
public static const STANDARD:String = "standard"
The standard chrome for the host operating system.
Use this setting to emulate the look and feel of the native operating system.