 | UndoRedoServiceCanUndo Method |
Determines, if the service can undo a command.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic bool CanUndo(
CAEXDocument document
)
Public Function CanUndo (
document As CAEXDocument
) As Boolean
public:
virtual bool CanUndo(
CAEXDocument^ document
) sealed
Parameters
- document CAEXDocument
- The document.
Return Value
Booleantrue if this instance can undo any command from the specified document;
otherwise,
false.
Implements
IUndoRedoCanUndo(CAEXDocument)
See Also