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