Click or drag to resize

UndoRedoServiceCanRedo Method

Determines, if the service can redo a command

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

Parameters

document  CAEXDocument
The document.

Return Value

Boolean
true if this instance can redo any undone command from the specified document; otherwise, false.

Implements

IUndoRedoCanRedo(CAEXDocument)
See Also