Causes a Redo to be performed on the last undo.
[Visual Basic 6.0]
Sub RedoEditOperation
[Visual Basic .NET]
Public Sub RedoEditOperation ( _
)
[C#] public void RedoEditOperation ( );
[Java] public void redoEditOperation ( ) throws IOException, AutomationException
[C++]
HRESULT RedoEditOperation(
void
);
The RedoEditOperation method rolls the state of the edit session forward to what it was after the execution of the edit operation at the top of the redo stack, pops the redone edit operation from the redo stack and pushes it back onto the undo stack. Performing a new edit operation clears the redo stack.