套件 | spark.components |
類別 | public final class TextSelectionHighlighting |
繼承 | TextSelectionHighlighting Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | 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).
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
ALWAYS : String = "always" [靜態]
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" [靜態]
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" [靜態]
Show the text selection only when the component has keyboard focus. | TextSelectionHighlighting |
常數詳細資訊
ALWAYS | 常數 |
public static const ALWAYS:String = "always"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | 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 | 常數 |
public static const WHEN_ACTIVE:String = "whenActive"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | 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 | 常數 |
public static const WHEN_FOCUSED:String = "whenFocused"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Show the text selection only when the component has keyboard focus.
Tue Jun 12 2018, 03:47 PM Z