window.runtime property | window.runtime.flash.display.NativeWindowResize |
Inheritance | NativeWindowResize Object |
Runtime Versions: | 1.0 |
edgeOrCorner
parameter of the NativeWindow
startResize()
method.
A constant is defined to name each edge and corner of a window.
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
BOTTOM : String = "B" [static]
The bottom edge of the window. | NativeWindowResize | ||
BOTTOM_LEFT : String = "BL" [static]
The bottom-left corner of the window. | NativeWindowResize | ||
BOTTOM_RIGHT : String = "BR" [static]
The bottom-right corner of the window. | NativeWindowResize | ||
LEFT : String = "L" [static]
The left edge of the window. | NativeWindowResize | ||
NONE : String = "" [static]
Used for keyboard resizing on systems (such as Windows) that support keyboard resizing. | NativeWindowResize | ||
RIGHT : String = "R" [static]
The right edge of the window. | NativeWindowResize | ||
TOP : String = "T" [static]
The top edge of the window. | NativeWindowResize | ||
TOP_LEFT : String = "TL" [static]
The top-left corner of the window. | NativeWindowResize | ||
TOP_RIGHT : String = "TR" [static]
The top-right corner of the window. | NativeWindowResize |
Constant Detail
BOTTOM | Constant |
public static const BOTTOM:String = "B"
Runtime Versions: | 1.0 |
The bottom edge of the window.
BOTTOM_LEFT | Constant |
public static const BOTTOM_LEFT:String = "BL"
Runtime Versions: | 1.0 |
The bottom-left corner of the window.
BOTTOM_RIGHT | Constant |
public static const BOTTOM_RIGHT:String = "BR"
Runtime Versions: | 1.0 |
The bottom-right corner of the window.
LEFT | Constant |
public static const LEFT:String = "L"
Runtime Versions: | 1.0 |
The left edge of the window.
NONE | Constant |
public static const NONE:String = ""
Runtime Versions: | 1.0 |
Used for keyboard resizing on systems (such as Windows) that support keyboard resizing.
On Windows, this is similar to choosing the Size command from the Alt+Space menu.
When calling NativeWindow.startResize(NativeWindowResize.NONE)
,
a Windows user can resize the window using the keyboard arrow keys.
RIGHT | Constant |
public static const RIGHT:String = "R"
Runtime Versions: | 1.0 |
The right edge of the window.
TOP | Constant |
public static const TOP:String = "T"
Runtime Versions: | 1.0 |
The top edge of the window.
TOP_LEFT | Constant |
public static const TOP_LEFT:String = "TL"
Runtime Versions: | 1.0 |
The top-left corner of the window.
TOP_RIGHT | Constant |
public static const TOP_RIGHT:String = "TR"
Runtime Versions: | 1.0 |
The top-right corner of the window.
Thu Sep 29 2011, 02:34 AM -07:00