SPField.IMEMode Property
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.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overridable Property IMEMode As String
Get
Set
'Usage
Dim instance As SPField
Dim value As String
value = instance.IMEMode
instance.IMEMode = value
public virtual string IMEMode { get; set; }
Property Value
Type: System.String
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. |