Executes UNDO.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public void Undo()
Visual Basic
Public Sub Undo

Implements

IUserInterface..::..Undo()()()()

Remarks

This method restores the modification lastly done for currently active document. If there is no UNDOable action, this method will do nothing.

To get whether any UNDOable action exists or not, use CanUndo property.

See Also