Help Center

CRichEdit.GetIMECompModemethod

Retrieves the current IME mode for a rich edit control.

Windowsmethoddocumented

Syntax

FUNCTION GetIMECompMode (BYVAL hRichEdit AS HWND) AS DWORD

Parameters

NameDescription
hRichEditThe 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