CRichEditCtx.EndEditCollectionmethod
Turns off edit collection (also called *undo grouping*).
Syntax
FUNCTION EndEditCollection () AS HRESULT
Return value
If the method succeeds, it returns S_OK. If the method fails, it returns E_NOTIMPL (this method is not implemented).
Description
Turns off edit collection (also called undo grouping).
Remarks
The screen is unfrozen unless the freeze count is nonzero.
Reference
- Defined in AfxNova/CRichEditCtx.inc:4434
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class