CRichEditCtx.UpdateWindowmethod
Notifies the client that the view has changed and the client should update the view if the Text Object Model (TOM) engine is in-place active.
Syntax
FUNCTION UpdateWindow () AS HRESULT
Return value
If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.
Description
Notifies the client that the view has changed and the client should update the view if the Text Object Model (TOM) engine is in-place active.
Reference
- Defined in AfxNova/CRichEditCtx.inc:4830
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class