Executes UNDO.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public void Undo() |
Visual Basic |
---|
Public Sub Undo |
Remarks
This method reverses the effect of lastly done modification to this document. If there is no UNDOable action, this method will do nothing.
To get whether any UNDOable action exists or not, use CanUndo property.