CRichEditCtx.SetIMEInProgressmethod
Sets the state of the Input Method Editor (IME) in-progress flag.
Syntax
FUNCTION SetIMEInProgress (BYVAL Value AS LONG) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
Value | Use 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