method Schedule.Redo ()
Redoes the next action in the control's Redo queue.

TypeDescription
The Redo redoes the next action in the control's redo queue. The AllowUndoRedo property enables or disables the Undo/Redo feature. The CanRedo method indicates whether the control can perform a Redo operation. The Undo method undoes the last control operation. The UndoRedoQueueLength property gets or sets the maximum number of Undo/Redo actions that may be stored to the control's queue, or in other words how many operations the control's Undo/Redo manager may store.

The records of the Undo/Redo queue may contain actions in the following format:

Also, the Undo/Redo queue may include:

The LayoutStartChanging(exUndo/exRedo) / LayoutEndChanging(exUndo/exRedo) event notifies your application whenever an Undo/Redo operation is performed. The UndoListAction property lists the Undo actions that can be performed in the control. The RedoListAction property lists the Redo actions that can be performed in the control. Use the UndoRemoveAction method to remove the last actions from the undo queue. The RedoRemoveAction method removes the first action to be performed if the Redo method is invoked.