Help Center

CTextDocument2.SetIMEInProgressmethod

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

Windowsmethoddoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

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