パッケージmx.core
インターフェイスpublic interface IIMESupport
インプリメンタComboBase, DataGrid, DataGridColumn, List, NumericStepper, TextArea, TextInput, Tree, UITextField

IIMESupport インターフェイスは、IME (入力メソッドエディタ) をサポートするあらゆるコンポーネントに対するインターフェイスを定義します。IME を使用すると、中国語、日本語、および韓国語の文字を入力できます。

関連項目

flash.system.IME


パブリックプロパティ
 プロパティ定義
  imeMode : String
コンポーネントの IME モードです。
IIMESupport
プロパティの詳細
imeModeプロパティ
imeMode:String  [read-write]

コンポーネントの IME モードです。

実装
    public function get imeMode():String
    public function set imeMode(value:String):void