套件 | mx.core |
介面 | public interface IIMESupport |
實作者 | AdvancedDataGridBaseEx, AdvancedDataGridColumn, ComboBase, ComboBox, DataGrid, DataGrid, DataGridColumn, FlexHTMLLoader, List, NumericStepper, NumericStepper, RichEditableText, SkinnableTextBase, TextArea, Tree, UIFTETextField, UITextField |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
enableIME : Boolean [唯讀]
Specifies whether the IME should be enabled when
this component has focus. | IIMESupport | ||
imeMode : String
The IME mode of the component. | IIMESupport |
屬性詳細資訊
enableIME | 屬性 |
enableIME:Boolean
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Specifies whether the IME should be enabled when
this component has focus. Even if a component
uses the IME, it may not in all configurations.
For example, TextArea will set enableIME to false
if its editable
is false
since no
input is allowed in that configuration. Similarly
DataGrid always sets enableIME to false. If
the DataGrid puts up an ItemEditor, its editor
will have enableIME
set to true
.
實作
public function get enableIME():Boolean
imeMode | 屬性 |
Tue Jun 12 2018, 03:47 PM Z