Language version: | ActionScript 3.0 |
The NativeWindowResize class defines constants for the possible values
of the
edgeOrCorner
parameter of the NativeWindow
startResize()
method.
A constant is defined to name each edge and corner of a window.
public static const BOTTOM:String = "B"
The bottom edge of the window.
public static const BOTTOM_LEFT:String = "BL"
The bottom-left corner of the window.
public static const BOTTOM_RIGHT:String = "BR"
The bottom-right corner of the window.
public static const LEFT:String = "L"
The left edge of the window.
public static const NONE:String = ""
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.
public static const RIGHT:String = "R"
The right edge of the window.
public static const TOP:String = "T"
The top edge of the window.
public static const TOP_LEFT:String = "TL"
The top-left corner of the window.
public static const TOP_RIGHT:String = "TR"
The top-right corner of the window.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00