CEdit::EmptyUndoBuffer

Call this member function to reset (clear) 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.

Syntax

void EmptyUndoBuffer( );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CEdit Overview, CEdit Member Functions, Control Classes, CEdit::CanUndo, CEdit::SetHandle, CEdit::Undo, CWnd::SetWindowText