Pacotemx.core
Interfacepublic interface IIMESupport
ImplementorsAdvancedDataGridBaseEx, AdvancedDataGridColumn, ComboBase, DataGrid, DataGridColumn, List, NumericStepper, TextArea, TextInput, Tree, UITextField

The IIMESupport interface defines the interface for any component that supports IME (input method editor). IME is used for entering characters in Chinese, Japanese, and Korean.

Veja também

flash.system.IME


Propriedades Públicas
 PropriedadeDefinido por
  imeMode : String
The IME mode of the component.
IIMESupport
Detalhes da propriedade
imeModepropriedade
imeMode:String  [read-write]

The IME mode of the component.


Implementação
    public function get imeMode():String
    public function set imeMode(value:String):void