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