CEdit::EmptyUndoBuffer

This method resets (clears) the undo flag of an edit control. The edit control will now be unable to undo the last operation. The undo flag is set whenever an operation within the edit control can be undone.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

void EmptyUndoBuffer( );

See Also

CEdit::CanUndo, CEdit::Undo, CWnd::SetWindowText