'Declaration
Public Enum ImeMode Inherits System.Enum
'Usage
Dim instance As ImeMode
public enum ImeMode : System.Enum
'Declaration
Public Enum ImeMode Inherits System.Enum
'Usage
Dim instance As ImeMode
public enum ImeMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.ImeMode