(Beta)
| Package | flash.text |
| Class | public final class ReturnKeyLabel |
| Inheritance | ReturnKeyLabel Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 3 |
returnKeyLabel property of the StageText class.
Public Properties
Public Methods
Public Constants
| 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 | ||
Constant Detail
DEFAULT | Constant |
public static const DEFAULT:String = "default"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 3 |
Use the default label.
DONE | Constant |
public static const DONE:String = "done"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 3 |
Use the label, "Done".
GO | Constant |
public static const GO:String = "go"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 3 |
Use the label, "Go".
NEXT | Constant |
public static const NEXT:String = "next"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 3 |
Use the label, "Next".
SEARCH | Constant |
public static const SEARCH:String = "search"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 3 |
Use the label, "Search".
Sun Apr 29 2012, 11:54 AM -07:00
Hide Inherited Public Properties
Show Inherited Public Properties