Skip to main content
Version: 3.5

ImeMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies a value that determines the Input Method Editor (IME) status of an object when the object is selected.

public enum ImeMode : Enum

Fields

NameDescription
ActiveThe input method editor is initially active; text entry is performed using it unless the user specifically dismisses it.
AutoNo change is made to the current input method editor state. (Default)
DisabledThe input method editor is disabled and may not be activated by the user .
InactiveThe input method editor is initially inactive, but the user may activate it if they wish.
InheritInherits the IME mode of the parent control.