Copy last Undo image to current one

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Undo(
	bool autoRedo
)
Public Sub Undo ( _
	autoRedo As Boolean _
)
public:
void Undo(
	bool autoRedo
)

Parameters

autoRedo
Boolean
When AutoRedo is true the current state (before redo) is saved in redo stack.

See Also