CRichEdit.SetIMEColormethod
Sets the Input Method Editor (IME) composition color.
Syntax
FUNCTION SetIMEColor (BYVAL hRichEdit AS HWND, BYVAL pcompcolor AS COMPCOLOR PTR) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hRichEdit | The handle of the rich edit control. | |
pcompcolor | Pointer to a COMPCOLOR structure that contains the composition color to be set. |
Return value
If the operation succeeds, the return value is a nonzero value.
If the operation fails, the return value is zero.
Description
Sets the Input Method Editor (IME) composition color.
Reference
- Defined in AfxNova/CRichEdit.inc:1034
- Documented in Windows/WIndows Controls/CRichEdit Class.md
- Topic: CRichEdit Class