Table of Contents

Enum ImeMode

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

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

public enum ImeMode

Fields

Alpha = 8

Alphanumeric single-byte characters(SBC). This setting is valid for Korean and Japanese IME only.

AlphaFull = 7

Alphanumeric double-byte characters. This setting is valid for Korean and Japanese IME only.

Close = 11

IME closed. This setting is valid for Chinese IME only.

Disable = 3

The IME is disabled. With this setting, the users cannot turn the IME on from the keyboard, and the IME floating window is hidden.

Hangul = 10

Hangul SBC. This setting is valid for the Korean IME only.

HangulFull = 9

Hangul DBC. This setting is valid for the Korean IME only.

Hiragana = 4

Hiragana DBC. This setting is valid for the Japanese IME only.

Inherit = -1

Inherits the IME mode of the parent control.

Katakana = 5

Katakana DBC. This setting is valid for the Japanese IME only.

KatakanaHalf = 6

Katakana SBC. This setting is valid for the Japanese IME only.

NoControl = 0

None (Default).

Off = 2

The IME is off. This mode indicates that the IME is off, meaning that the object behaves the same as English entry mode. This setting is valid for Japanese, Simplified Chinese, and Traditional Chinese IME only.

On = 1

The IME is on. This value indicates that the IME is on and characters specific to Chinese or Japanese can be entered. This setting is valid for Japanese, Simplified Chinese, and Traditional Chinese IME only.

OnHalf = 12

IME on HalfShape. This setting is valid for Chinese IME only.