Clears all stacked edit histories.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public void ClearHistory() |
Visual Basic |
---|
Public Sub ClearHistory |
Remarks
This method clears all editing histories for UNDO or REDO action in this document.
Note that calling this method will not invalidate graphics. To update graphic, use IUserInterface.ClearHistory or update manually.