CRichEdit.GetIMECompModemethod
Retrieves the current IME mode for a rich edit control.
Syntax
FUNCTION GetIMECompMode (BYVAL hRichEdit AS HWND) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
The return value is one of the following values.
Description
Retrieves the current Input Method Editor (IME) mode for a rich edit control.
Reference
- Defined in AfxNova/CRichEdit.inc:471
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class