[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ImeMode

ImeMode Enum

Specifies the state of an Input Method Editor (IME) for using a Western keyboard for entering East Asian characters.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public enum ImeMode
Public Enum ImeMode

Fields

Name Description
Active

All characters are entered through the IME. Users can still deactivate the IME.

Auto

IME state is not affected. This is the same as not specifying the Input Method Editor state.

Disabled

IME is completely disabled. Users cannot activate the IME if the control has focus.

Inactive

All characters are entered without IME. Users can still activate the IME.