Gets or sets an array of type IActionUnit that contains the redo actions that represent actions that have been undone.
[Visual Basic] ReadOnly Property RedoActionList As IActionUnit () [C#] IActionUnit[] RedoActionList {get;} [C++] IActionUnit* get_RedoActionList() = 0; [JScript] abstract function get RedoActionList() : IActionUnit[];
An array of the current redoable actions.
This is an array of the actions currently on the redo stack. These are for inspection only; invoking these actions may create unpredictable undo/redo behavior from the service. The item at index zero (if any) is the first action that would be redone. That is, it is the top of the stack.
IUndoService Interface | IUndoService Members | System.ComponentModel.Design Namespace