Help Center

CRichEditCtx.CanRedomethod

Determines whether there are any actions in the control redo queue.

Windowsmethoddocumented

Syntax

FUNCTION CanRedo () AS BOOLEAN

Return value

If there are actions in the control redo queue, the return value is a nonzero value. If the redo queue is empty, the return value is zero.

Description

Determines whether there are any actions in the control redo queue.

Reference

  • Defined in AfxNova/CRichEditCtx.inc:1939
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class