| ActionScript 3.0 Language Reference | All Packages | All Classes | Language Elements | Index | Appendices | Conventions | Frames | ![]() |
| Class FocusDirection | Properties | Methods | Constants | |
| Package | flash.display |
| Class | public final class FocusDirection |
| Inheritance | FocusDirection Object |
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 1.0 |
direction parameter of the assignFocus() method
of a Stage object and for the direction property of a FocusEvent object.
See also
| Constant | Defined by | ||
|---|---|---|---|
| BOTTOM : String = "bottom" [static]
Indicates that focus should be given to the object at the end of the reading order.
| FocusDirection | ||
| NONE : String = "none" [static]
Indicates that focus object within the interactive object should not change.
| FocusDirection | ||
| TOP : String = "top" [static]
Indicates that focus should be given to the object at the beginning of the reading order.
| FocusDirection | ||
| BOTTOM | constant |
public static const BOTTOM:String = "bottom"
| Runtime version: | AIR 1.0 |
Indicates that focus should be given to the object at the end of the reading order.
| NONE | constant |
public static const NONE:String = "none"
| Runtime version: | AIR 1.0 |
Indicates that focus object within the interactive object should not change.
| TOP | constant |
public static const TOP:String = "top"
| Runtime version: | AIR 1.0 |
Indicates that focus should be given to the object at the beginning of the reading order.