SECEditController::CanUndo

BOOL SECEditController::CanUndo(void)

Determines whether an edit-control operation can be undone.

Defined in: SECEditControllerCEditEmul.cpp

Return Value

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

Developer Notes

This method is provided as a part of the Objective Edit CEdit compatiblity layer.

See Also

SECEditController Undo