SPFieldNumber.IMEMode property

Gets or sets the Input Method Editor (IME) mode bias to use for the field. The IME enables the 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)

Syntax

'Declaration
Public Overrides ReadOnly Property IMEMode As String
    Get
'Usage
Dim instance As SPFieldNumber
Dim value As String

value = instance.IMEMode
public override string IMEMode { get; }

Property value

Type: System.String
A string that specifies the mode.

Remarks

The IME mode is 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.

See also

Reference

SPFieldNumber class

SPFieldNumber members

Microsoft.SharePoint namespace