This method manages redoStack First stores in redoStack the current state Then recover from undoStack the last state

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void Undo()
Visual Basic (Declaration)
Public Sub Undo
Visual C++
public:
void Undo()

See Also