Click or drag to resize

IUndoRedoCanRedo Method

Determines, if the service can redo a command

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool CanRedo(
	CAEXDocument document
)

Parameters

document  CAEXDocument
The document.

Return Value

Boolean
true if this instance can redo the specified document; otherwise, false.
See Also