enableIME:Boolean
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | 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
.
Implementation public function get enableIME():Boolean
imeMode:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The IME mode of the component.
Implementation public function get imeMode():String
public function set imeMode(value:String):void