Help Center

CRichEdit.Redomethod

Redoes the next action in the control's redo queue.

Windowsmethoddocumented

Syntax

FUNCTION Redo (BYVAL hRichEdit AS HWND) AS LONG

Parameters

NameDescription
hRichEditThe handle of the rich edit control.

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, send the CanRedo message.

Reference

  • Defined in AfxNova/CRichEdit.inc:889
  • Documented in Windows/WIndows Controls/CRichEdit Class.md
  • Topic: CRichEdit Class