Help Center

CRichEdit.CanRedomethod

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

Windowsmethoddocumented

Syntax

FUNCTION CanRedo (BYVAL hRichEdit AS HWND) AS LONG

Parameters

NameDescription
hRichEditThe handle of the rich edit control.

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 rich control redo queue.

Reference

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