Help Center

CRichEdit.EmptyUndoBuffermethod

Resets the undo flag of a rich edit control. The undo flag is set whenever an operation within the rich edit control can be undone.

Windowsmethoddocumented

Syntax

SUB EmptyUndoBuffer (BYVAL hRichEdit AS HWND)

Parameters

NameDescription
hRichEditThe handle of the rich edit control.

Description

Resets the undo flag of an edit control. The undo flag is set whenever an operation within the edit control can be undone.

Reference

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