Table of Contents

Method Undo

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Undo()

Undo the effects of the previously executed command.

public void Undo()

Undo(bool)

Undo the effects of the previously executed command, with optional support for redo operations.

public void Undo(bool allowRedo)

Parameters

allowRedo bool

If this parameter is true, redo operations will be allowed after undoing the previous command. Otherwise, all the forward history, including the command being undone will be cleared.