| Package | flash.text |
| Class | public final class ReturnKeyLabel |
| Inheritance | ReturnKeyLabel Object |
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
returnKeyLabel property of the StageText class.
| Constant | Defined by | ||
|---|---|---|---|
| DEFAULT : String = "default" [static]
Use the default label.
| ReturnKeyLabel | ||
| DONE : String = "done" [static]
Use the label, "Done".
| ReturnKeyLabel | ||
| GO : String = "go" [static]
Use the label, "Go".
| ReturnKeyLabel | ||
| NEXT : String = "next" [static]
Use the label, "Next".
| ReturnKeyLabel | ||
| SEARCH : String = "search" [static]
Use the label, "Search".
| ReturnKeyLabel | ||
| DEFAULT | constant |
public static const DEFAULT:String = "default"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
Use the default label.
| DONE | constant |
public static const DONE:String = "done"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
Use the label, "Done".
| GO | constant |
public static const GO:String = "go"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
Use the label, "Go".
| NEXT | constant |
public static const NEXT:String = "next"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
Use the label, "Next".
| SEARCH | constant |
public static const SEARCH:String = "search"
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 3 |
Use the label, "Search".