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