CRichEditCtx.BeginEditCollectionmethod
Turns on edit collection (also called *undo grouping*).
Syntax
FUNCTION BeginEditCollection () AS HRESULT
Return value
If the method succeeds, it returns S_OK. If the method fails, it returns one of the following COM error codes: S_FALSE (undo is not enabled), E_NOTIMPL (this method is not implemented).
Description
Turns on edit collection (also called undo grouping).
Reference
- Defined in AfxNova/CRichEditCtx.inc:4425
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class