CEdit::CanUndo

Syntax

BOOL CanUndo() const;

Return Value

TRUE if the last edit operation can be undone by a call to the Undo member function; FALSE if it cannot be undone.

See Also

CEdit::Undo, EM_CANUNDO