XlIMEMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the description of the Japanese input rules.
public enum class XlIMEMode
public enum XlIMEMode
Public Enum XlIMEMode
- Inheritance
-
XlIMEMode
Fields
Name | Value | Description |
---|---|---|
xlIMEModeNoControl | 0 | No control. |
xlIMEModeOn | 1 | Mode on. |
xlIMEModeOff | 2 | Off (English mode). |
xlIMEModeDisable | 3 | Disable. |
xlIMEModeHiragana | 4 | Hiragana. |
xlIMEModeKatakana | 5 | Katakana. |
xlIMEModeKatakanaHalf | 6 | Half-width Katakana. |
xlIMEModeAlphaFull | 7 | Full-width alphanumeric. |
xlIMEModeAlpha | 8 | Half-width alphanumeric. |
xlIMEModeHangulFull | 9 | Full-width Hangul. |
xlIMEModeHangul | 10 | Hangul. |