This document is archived and information here might be outdated. Recommended version. |
Redoes the next operation on the stack.
[Visual Basic .NET]
Public Sub Redo ( _
)
[C#]
public void Redo (
);
[C++]
HRESULT Redo(
void
);
The Redo method performs the redo of the 'next' operation on the OperationStack and moves the 'current' operation pointer forward one operation on the OperationStack.