CRichEdit.GetIMEModeBiasmethod
Retrieves the Input Method Editor (IME) mode bias for a Microsoft Rich Edit control.
Syntax
FUNCTION GetIMEModeBias (BYVAL hRichEdit AS HWND) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
This message returns the current IME mode bias setting.
Description
Retrieves the Input Method Editor (IME) mode bias for a Microsoft Rich Edit control.
Remarks
To get the Text Services Framework mode bias, use GetCTFModeBias.
The application should call IsIME before calling this function.
Reference
- Defined in AfxNova/CRichEdit.inc:487
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class