Paquete | spark.components |
Clase | public final class TextSelectionHighlighting |
Herencia | TextSelectionHighlighting Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | 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).
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ALWAYS : String = "always" [estática]
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" [estática]
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" [estática]
Show the text selection only when the component has keyboard focus. | TextSelectionHighlighting |
Información sobre constantes
ALWAYS | Constante |
public static const ALWAYS:String = "always"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Show the text selection only when the component has keyboard focus.
Tue Jun 12 2018, 02:12 PM Z