CRichEditCtx.Notifymethod
Notifies the Text Object Model (TOM) engine client of particular Input Method Editor (IME) events.
Syntax
FUNCTION Notify (BYVAL nNotify AS LONG) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
nNotify | An IME notification code. |
Return value
If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.
Description
Notifies the Text Object Model (TOM) engine client of particular Input Method Editor (IME) events.
Reference
- Defined in AfxNova/CRichEditCtx.inc:4785
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class