CRichEditCtx.Redomethod
Redoes the next action in the control's redo queue.
Syntax
FUNCTION Redo () AS LONG
Return value
If the Redo operation succeeds, the return value is a nonzero value. If the Redo operation fails, the return value is zero.
Description
Redoes the next action in the control's redo queue.
Remarks
To determine whether there are any actions in the control's redo queue, call the CanRedo method.
Reference
- Defined in AfxNova/CRichEditCtx.inc:3162
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class