IMEMode Property
The IMEMode property of the SPField class gets or sets the Input Method Editor (IME) mode bias to use for the field. The IME allows for conversion of keystrokes between languages when one writing system has more characters than can be encoded for the given keyboard.
Property Value
A string that specifies the mode.
Remarks
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. |
Requirements
Platforms: Microsoft Windows Server 2003
Security: Code Access Security