 | IUndoRedoCanUndo Method |
Determines, if the service can undo a command
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxbool CanUndo(
CAEXDocument document
)
Function CanUndo (
document As CAEXDocument
) As Boolean
bool CanUndo(
CAEXDocument^ document
)
Parameters
- document CAEXDocument
- The document.
Return Value
Booleantrue if this instance can undo the specified document; otherwise,
false.
See Also