Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
flash.display 
NativeWindowSystemChrome 
Packageflash.display
Classpublic final class NativeWindowSystemChrome
InheritanceNativeWindowSystemChrome Inheritance Object

Language Version: ActionScript 3.0
Runtime Versions: AIR 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



Public Properties
 PropertyDefined By
 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
Public Methods
 MethodDefined By
 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 this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  AIR-only NONE : String = "none"
[static] No system chrome.
NativeWindowSystemChrome
  AIR-only STANDARD : String = "standard"
[static] The standard chrome for the host operating system.
NativeWindowSystemChrome
Constant Detail
AIR-only 

NONE

Constant
public static const NONE:String = "none"

Runtime Versions: AIR 1.0

No system chrome.

AIR-only 

STANDARD

Constant 
public static const STANDARD:String = "standard"

Runtime Versions: AIR 1.0

The standard chrome for the host operating system.

Use this setting to emulate the look and feel of the native operating system.