Help Center

CRichEdit.SetIMEColormethod

Sets the Input Method Editor (IME) composition color.

Windowsmethoddocumented

Syntax

FUNCTION SetIMEColor (BYVAL hRichEdit AS HWND, BYVAL pcompcolor AS COMPCOLOR PTR) AS LONG

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
pcompcolorPointer 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