RichEdit.setIMEOptions

Overview | Methods | This Package | All Packages

RichEdit.setIMEOptions

Sets options on the IME composition window of the RichEdit control.

Syntax

public void setIMEOptions( int value )

Parameters

value

The IME options. This value must be a combination of one or more of the enumeration constants defined in the RichEditIMEOptions class.

Exceptions

WFCInvalidEnumException thrown if the value parameter is not a valid member of the RichEditIMEOptions class.

Remarks

This method is valid only on Asian versions of the Windows operating system.

See Also   getIMEOptions