ImeMode

Wisej.Web.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

Active

The input method editor is initially active; text entry is performed using it unless the user specifically dismisses it.

Auto

No change is made to the current input method editor state. (Default)

Disabled

The input method editor is disabled and may not be activated by the user .

Inactive

The input method editor is initially inactive, but the user may activate it if they wish.

Inherit

Inherits the IME mode of the parent control.

Last updated