Help Center

CRichEditCtx.SetIMEInProgressmethod

Sets the state of the Input Method Editor (IME) in-progress flag.

Windowsmethoddocumented

Syntax

FUNCTION SetIMEInProgress (BYVAL Value AS LONG) AS HRESULT

Parameters

NameDescription
ValueUse tomTrue to turn on the IME in-progress flag, or tomFalse to turn it off.

Return value

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

Description

Sets the state of the Input Method Editor (IME) in-progress flag.

Reference

  • Defined in AfxNova/CRichEditCtx.inc:4605
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class