Working with the IME Status Window (Windows Embedded CE 6.0)

1/6/2010

The Status window provides information on the status of the Input Method Editor (IME) and allows a user to set the IME conversion mode.

The following screen shot shows an active Status window.

Ee491585.8fc5d365-55e4-41e2-8251-668c3fa417e7(en-US,WinEmbedded.60).gif

IME hot keys turn the IME on or off or, in some situations, switch IMEs. An application can call the ImmGetHotKey function to retrieve, or the ImmSetHotKey function to set, the value of an IME hot key. This is not typically done by applications, however, because most users become accustomed to the particular hot key for the IME that they are using.

Applications cannot add hot keys to the system. Applications can initiate the same action as a hot key by using the ImmSimulateHotKey function.

See Also

Reference

ImmGetHotKey
ImmSetHotKey
ImmSimulateHotKey

Concepts

Working with the IME Candidate Window

Other Resources

Overview of the IME User Interface