property Edit.CanRedo as Boolean
Determines if the redo queue contains any actions.

TypeDescription
Boolean A boolean expression that determines if the redo queue contains any actions.

Use the CanRedo and CanUndo properties to specify whether an undo/redo action is available. Use the AllowUndoRedo property to enable the undo/redo support. Use the Redo method to redo the next action in the control's redo queue.