Pakket | spark.components |
Klasse | public final class TextSelectionHighlighting |
Overerving | TextSelectionHighlighting Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
selectionHighlighting
property
of the RichEditableText control, and controls that use
RichEditableText as a subcomponent (Spark TextInput and Spark TextArea).
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
ALWAYS : String = "always" [statisch]
Always show the text selection, even if the component
doesn't have the keyboard focus or if the component's window
isn't the active window. | TextSelectionHighlighting | ||
WHEN_ACTIVE : String = "whenActive" [statisch]
Show the text selection whenever the component's window is active,
even if the component doesn't have the keyboard focus. | TextSelectionHighlighting | ||
WHEN_FOCUSED : String = "whenFocused" [statisch]
Show the text selection only when the component has keyboard focus. | TextSelectionHighlighting |
Constantedetails
ALWAYS | Constante |
public static const ALWAYS:String = "always"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Always show the text selection, even if the component doesn't have the keyboard focus or if the component's window isn't the active window.
WHEN_ACTIVE | Constante |
public static const WHEN_ACTIVE:String = "whenActive"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Show the text selection whenever the component's window is active, even if the component doesn't have the keyboard focus.
WHEN_FOCUSED | Constante |
public static const WHEN_FOCUSED:String = "whenFocused"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Show the text selection only when the component has keyboard focus.
Wed Jun 13 2018, 11:42 AM Z