IMESTATUS |
| IMESTATUS() |
Returns the current Input Method Editor mode of Microsoft Windows (Integer). |
| REMARKS |
| * This is only available in East Asian versions. * For the Microsoft documentation refer to learn.microsoft.com |
Debug.Print IMEStatus()
If 2 And IMEStatus() Then
Debug.Print "IME is enabled"
Else
Debug.Print "IME Is disabled"
End If
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top