Paket | spark.components |
Klass | public final class TextSelectionHighlighting |
Arv | TextSelectionHighlighting Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | 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).
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
ALWAYS : String = "always" [statisk]
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" [statisk]
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" [statisk]
Show the text selection only when the component has keyboard focus. | TextSelectionHighlighting |
Konstantdetaljer
ALWAYS | Konstant |
public static const ALWAYS:String = "always"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | 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 | Konstant |
public static const WHEN_ACTIVE:String = "whenActive"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | 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 | Konstant |
public static const WHEN_FOCUSED:String = "whenFocused"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4 |
Körningsmiljöversioner: | Flash Player 10, AIR 1.5 |
Show the text selection only when the component has keyboard focus.
Tue Jun 12 2018, 01:40 PM Z