| Package | mx.core | 
| Interface | public interface IIMESupport | 
| Implementors | AdvancedDataGridBaseEx, AdvancedDataGridColumn, ComboBase, ComboBox, DataGrid, DataGrid, DataGridColumn, FlexHTMLLoader, List, NumericStepper, NumericStepper, RichEditableText, SkinnableTextBase, TextArea, Tree, UIFTETextField, UITextField | 
| Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 3 | 
| Runtime Versions: | Flash Player 9, AIR 1.1 | 
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| enableIME : Boolean [read-only] 
      Specifies whether the IME should be enabled when
      this component has focus. | IIMESupport | ||
| imeMode : String 
	  The IME mode of the component. | IIMESupport | ||
Property Detail
| enableIME | property | 
enableIME:Boolean  [read-only] | Language Version: | ActionScript 3.0 | 
| Product Version: | Flex 4 | 
| 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 | property | 
Thu Dec 4 2014, 05:50 PM -08:00