Causes an Undo to be performed on the last edit operation.
[Visual Basic 6.0]
Sub UndoEditOperation
[Visual Basic .NET]
Public Sub UndoEditOperation ( _
)
[C#] public void UndoEditOperation ( );
[Java] public void undoEditOperation ( ) throws IOException, AutomationException
[C++]
HRESULT UndoEditOperation(
void
);
The UndoEditOperation can be used to roll the state of the edit session back to what it was prior to the execution of the edit operation at the top of the undo stack. Undoing an edit operation pops the edit operation from the Undo stack and adds it to a Redo stack.