[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ImeMode

ImeMode Enum

Specifies a value that determines the Input Method Editor (IME) status.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum ImeMode : byte
Public Enum ImeMode As Byte

Fields

Name Description
Disabled

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

FullAlpha

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

FullHangul

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

FullKatakana

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

HalfAlpha

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

HalfHangul

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

HalfKatakana

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

Hiragana

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

NoControl

IME Mode is not controlled.

Off

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

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.