EM_SETIMEMODEBIAS message

Set the Input Method Editor (IME) mode bias for a rich edit control.

Parameters

wParam

IME mode bias value. It can be one of the following.

Value Meaning
IMF_SMODE_PLAURALCLAUSE
Sets the IME mode bias to Name.
IMF_SMODE_NONE
No bias.

lParam

This must be the same value as wParam.

Return value

This message returns the new IME mode bias setting.

Remarks

When the IME generates a list of alternative choices for a set of characters, this message sets the criteria by which some of the choices will appear at the top of the list.

To set the Text Services Framework (TSF) mode bias, use EM_SETCTFMODEBIAS.

The application should call EM_ISIME before calling this function.

Requirements

Requirement Value
Minimum supported client
Windows XP with SP1 [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Richedit.h

See also

Reference

EM_ISIME

EM_SETCTFMODEBIAS