| Package | flash.text |
| Class | public final class StageTextClearButtonMode |
| Inheritance | StageTextClearButtonMode Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 23 |
Public Properties
Public Methods
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| ALWAYS : String = "always" [static]
StageText clearButton is always shown
| StageTextClearButtonMode | ||
| NEVER : String = "never" [static]
StageText clearButton is never shown
| StageTextClearButtonMode | ||
| UNLESS_EDITING : String = "unlessEditing" [static]
StageText clearButton is not shown while editing
| StageTextClearButtonMode | ||
| WHILE_EDITING : String = "whileEditing" [static]
StageText clearButton is visible while editing
| StageTextClearButtonMode | ||
Constant Detail
ALWAYS | Constant |
public static const ALWAYS:String = "always"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 23 |
StageText clearButton is always shown
NEVER | Constant |
public static const NEVER:String = "never"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 23 |
StageText clearButton is never shown
UNLESS_EDITING | Constant |
public static const UNLESS_EDITING:String = "unlessEditing"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 23 |
StageText clearButton is not shown while editing
WHILE_EDITING | Constant |
public static const WHILE_EDITING:String = "whileEditing"| Language Version: | ActionScript 3.0 |
| Runtime Versions: | AIR 23 |
StageText clearButton is visible while editing
Thu Dec 6 2018, 01:12 PM -08:00
Hide Inherited Public Properties
Show Inherited Public Properties