Pacoteflash.display
Classepublic final class NativeWindowSystemChrome
HerançaNativeWindowSystemChrome Inheritance Object

Defines the possible systemChrome settings for a Window. The systemChrome must be specified in a 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

flash.display.NativeWindow.create
flash.display.NativeWindowInitOptions


Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Métodos Públicos
 MétodoDefinido por
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Constantes públicas
 ConstanteDefinido 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
Detalhes da constante
ALTERNATEConstante
public static const ALTERNATE:String = "alternate"

Specifies that the window should display the alternate chrome style (on systems that support alternate chrome).

NONEConstante 
public static const NONE:String = "none"

Specifies that the Window should not display any system chrome.

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

UTILITYConstante 
public static const UTILITY:String = "utility"

Specifies that the window should display the utility or tool chrome for the host operating system.