| Pacote | flash.display |
| Classe | public final class NativeWindowSystemChrome |
| Herança | NativeWindowSystemChrome Object |
NativeWindowInitOptions
object when the NativeWindow constructor is called. The type of
systemChrome cannot be changed after a window is created.
System chrome refers to the operating system-specific window elements such
as a title bar, minimize, maximize, and close buttons.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| ALTERNATE : String = "alternate" [static]
Specifies that the window should display the alternate chrome style
(on systems that support alternate chrome).
| NativeWindowSystemChrome | ||
| NONE : String = "none" [static]
Specifies that the Window should not display any system chrome.
| NativeWindowSystemChrome | ||
| STANDARD : String = "standard" [static]
Specifies that the window should display the standard chrome for the host operating
system.
| NativeWindowSystemChrome | ||
| UTILITY : String = "utility" [static]
Specifies that the window should display the utility or tool chrome
for the host operating system.
| NativeWindowSystemChrome | ||
| ALTERNATE | Constante |
public static const ALTERNATE:String = "alternate"
Specifies that the window should display the alternate chrome style (on systems that support alternate chrome).
| NONE | Constante |
public static const NONE:String = "none"
Specifies that the Window should not display any system chrome.
| STANDARD | Constante |
public static const STANDARD:String = "standard"
Specifies that the window should display the standard chrome for the host operating system. Use this setting to emulate the look and feel of the native operating system.
| UTILITY | Constante |
public static const UTILITY:String = "utility"
Specifies that the window should display the utility or tool chrome for the host operating system.