Methods | Fields | This Package | All Packages
Defines constants that represent the options you can set on the RichEdit control's input method editor (IME) composition window.
Enum
|
+--RichEditIMEOptions
package com.ms.wfc.ui
public class RichEditIMEOptions
extends Enum
Remarks
To set the IME options on a RichEdit control, use the logical OR operator to combine one or more of the constants defined in this class, and pass the resulting value to the RichEdit object's setIMEOptions method.
This method is applicable only to Asian versions of the operating system.