Share via


Japanese IME 3.1 Customizable User Interface (Windows Embedded CE 6.0)

1/6/2010

You can customize the UI elements of the IME, such as the IME toolbar, the candidate window, and the default composition window when you create a skin. To customize an IME user interface, change the code contained in the files that are located in the %_WINCEROOT%\Public\Common\Oak\Drivers\ImeJpn\Skinnableui directory.

Each user interface element corresponds to a C++ class that contains methods that are implemented in the files in that directory. Customize the control by modifying the implementation of these methods.

The following list shows the UI elements that you can customize:

  • IME toolbar
  • Candidate Window
  • Default Composition Window

In This Section

  • Japanese IME 3.1
    Provides an overview of the Japanese Input Method Editor (IME) 3.1 architecture, the Japanese IME 3.1 Customizable user interface, and the Japanese IME 3.1 Dictionary Compiler. Provides instructions on implementing Japanese IME 3.1 and creating a dictionary file. Contains reference pages for the classes and structures that are exposed through Japanese IME 3.1.

See Also

Other Resources

Japanese IME 3.1