<< Click to Display Table of Contents >>
IMEMode |
This property specifies the IME (Input Method Editor) mode of a Text object.
NOTE |
This property only applies to programs written in Eastern languages (Chinese Simplified, Chinese Traditional, Korean, and Japanese) and ignored by other programs. It was kept for compatibility reasons with the default specification of Microsoft Forms objects. |
The available options for this property are described on the next table.
Available options for the IMEMode property
Option |
Description |
---|---|
0 - fmIMEModeNoControl |
Does not control IME mode (default) |
1 - fmIMEModeOn |
IME mode activated |
2 - fmIMEModeOff |
IME mode deactivated. English mode |
3 - fmIMEModeDisable |
IME mode deactivated. Users cannot activate IME mode using the keyboard |
4 - fmIMEModeHiragana |
IME mode activated with full-width Hiragana mode |
5 - fmIMEModeKatakana |
IME mode activated with full-width Katakana mode |
6 - fmIMEModeKatakanaHalf |
IME mode activated with half-width Katakana mode |
7 - fmIMEModeAlphaFull |
IME mode activated with full-width Alphanumeric mode |
8 - fmIMEModeAlpha |
IME mode activated with half-width Alphanumeric mode |
9 - fmIMEModeHangulFull |
IME mode activated with full-width Hangul mode |
10 - fmIMEModeHangul |
IME mode activated with half-width Hangul mode |
11 - fmIMEModeHanziFull |
IME mode activated with full-width Hanzi mode |
12 - fmIMEModeHanzi |
IME mode activated with half-width Hanzi mode |