Packagemx.core
Interfacepublic interface IIMESupport
SubinterfacesIUITextField
ImplementorsList, 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.

See also

flash.system.IME


Public Properties
 PropertyDefined by
  imeMode : String
The IME mode of the component.
IIMESupport
Property detail
imeModeproperty
imeMode:String  [read-write]

The IME mode of the component.

Implementation
    public function get imeMode():String
    public function set imeMode(value:String):void