CRichEditCtrl::CanRedo

Determines if the redo queue contains any actions.

BOOL CanRedo( ) const;

Return Value

Nonzero if the redo queue contains actions, otherwise 0.

Remarks

To discover the name of the operation in the redo queue, call CRichEditCtrl::GetRedoName. To redo the most recent Undo operation, call Redo.

For more information, see EM_CANREDO in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Reference

CRichEditCtrl Class

Hierarchy Chart

CRichEditCtrl::Undo

CRichEditCtrl::CanUndo

Other Resources

CRichEditCtrl Members