Using the IME Composition Window (Windows Embedded CE 6.0)

1/6/2010

As a user types, characters are built into a composition string. The string is displayed in the default Composition window if the window that has the focus is Input Method Editor (IME)–unaware. IME–aware windows display the composition string in their own window. The remainder of this section assumes that the string is displayed in the default Composition window. Depending on the conversion mode, the Composition window displays either converted or unconverted text.

An application can call the ImmGetCompositionWindow function to retrieve information about the Composition window contained in the COMPOSITIONFORM structure, or it can call the ImmGetCompositionFont function to get the logical font currently used to display characters in the Composition window.

See Also

Concepts

Japanese Edit Control
Handling IME Window Messages
IME Composition String Values

Other Resources

Overview of the IME User Interface