- 機能/意味
-
IME mode
- タイプ
-
Layerクラスのプロパティ (読み書き可能)
- 説明
-
Indicates the IME mode. You can also set a value.
When the focus is set on the layer, the IME switches to the mode specified here.
The values that can be set are as follows.
Specifying - imDisable disables IME. Input using IME is not possible, and IME cannot be enabled by user operation.
Specifying - imClose disables IME. Unlike imDisable, IME can be enabled by user operation.
Specify - imOpen to enable IME.
If - imDontCare is specified, the valid / invalid status of IME is inherited from the previous status. IME can be enabled or disabled by user operation. In Japanese input, this is a general mode for letting the user freely enter half-width / full-width characters.
When - imSAlpha is specified, IME is enabled and the mode switches to single-byte alphabet input mode.
When - imAlpha is specified, IME is enabled and the mode switches to full-width alphabet input mode.
If you specify - imHira, IME will be enabled and you will be in Hiragana input mode.
If - imSKata is specified, IME will be enabled and it will be in half-width katakana input mode.
If - imKata is specified, IME will be enabled and it will be in full-width katakana input mode.
If - imChinese is specified, IME will be enabled and the mode will accept double-byte Chinese input. Cannot be used in a Japanese environment.
If - imSHanguel is specified, IME will be enabled and the mode will accept 1-byte Korean input. Cannot be used in a Japanese environment.
If - imHanguel is specified, IME will be enabled and the mode will accept 2-byte Korean input. Cannot be used in a Japanese environment.
If not specified, it will be imDisable.
- 参照
-
Window.imeMode