CRichEdit.GetIMEColormethod
Retrieves the Input Method Editor (IME) composition color. This message is available only in Asian-language versions of the operating system.
Syntax
FUNCTION GetIMEColor (BYVAL hRichEdit AS HWND, BYVAL rgCmpclr AS COMPCOLOR PTR) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
rgCmpclr | A four-element array of COMPCOLOR structures that receives the composition color. |
Return value
If the operation succeeds, the return value is a nonzero value.
If the operation fails, the return value is zero.
Description
Retrieves the Input Method Editor (IME) composition color. This message is available only in Asian-language versions of the operating system.
Reference
- Defined in AfxNova/CRichEdit.inc:463
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class