Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
BOOL Undo( );
Return Value
Nonzero if the undo operation is successful; otherwise, 0.
Remarks
Call this function to undo the last operation in the rich edit control.
An undo operation can also be undone. For example, you can restore deleted text with the first call to Undo. As long as there is no intervening edit operation, you can remove the text again with a second call to Undo.
For more information, see in the Win32 documentation.
Example
See the example for CanUndo.
CRichEditCtrl Overview | Class Members | Hierarchy Chart
See Also CRichEditCtrl::CanUndo, CRichEditCtrl::EmptyUndoBuffer