SPField.IMEMode property
SharePoint 2013
Gets or sets the Input Method Editor (IME) mode bias to use for the field. The IME enables conversion of keystrokes between languages when one writing system has more characters than can be encoded for the given keyboard.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
The IME mode can be set to one of the values in the following table.
Value | Description |
|---|---|
Auto | Not used. To specify this IME mode, set the IMEMode property value to an empty string (""). |
active | All characters are typed through the IME, but users can still deactivate the IME. |
inactive | Characters are typed without the IME, although users can still activate the IME. |