CRichEdit.GetIMEOptionsmethod
Retrieves the current Input Method Editor (IME) options. This message is available only in Asian-language versions of the operating system.
Syntax
FUNCTION GetIMEOptions (BYVAL hRichEdit AS HWND) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. |
Return value
This message returns one or more of the IME option flag values described in the SetIMEOptions message.
Description
Retrieves the current Input Method Editor (IME) options. This message is available only in Asian-language versions of the operating system.
Reference
- Defined in AfxNova/CRichEdit.inc:496
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class