Sets options on the IME composition window of the RichEdit control.
public void setIMEOptions( int value )
value
The IME options. This value must be a combination of one or more of the enumeration constants defined in the RichEditIMEOptions class.
WFCInvalidEnumException thrown if the value parameter is not a valid member of the RichEditIMEOptions class.
This method is valid only on Asian versions of the Windows operating system.
See Also getIMEOptions