Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Set the Input Method Editor (IME) mode bias for a rich edit control.
wParam
IME mode bias value. It can be one of the following.
Value | Meaning |
---|---|
|
Sets the IME mode bias to Name. |
|
No bias. |
lParam
This must be the same value as wParam.
This message returns the new IME mode bias setting.
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.
Requirement | Value |
---|---|
Minimum supported client |
Windows XP with SP1 [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
Reference
Please sign in to use this experience.
Sign in