IMEStatus

Returns a VbIMEStatus value specifying the current Input Method Editor (IME) mode of Microsoft Windows; available in East Asian versions only.

Syntax: IMEStatus [ () ]

The return value is one of the VbIMEStatus constants. Locales differ in which constants can be returned:

  • Japanese: any of vbIMEModeNoControl, vbIMEModeOn, vbIMEModeOff, vbIMEModeDisable, vbIMEModeHiragana, vbIMEModeKatakana, vbIMEModeKatakanaHalf, vbIMEModeAlphaFull, vbIMEModeAlpha.
  • Korean: vbIMEModeNoControl, vbIMEModeAlphaFull, vbIMEModeAlpha, vbIMEModeHangulFull, vbIMEModeHangul.
  • Chinese: vbIMEModeNoControl, vbIMEModeOn, vbIMEModeOff.

See Also

License: CC-BY-4.0 Code license: MIT Attribution: VBA-Docs