Clears all stacked edit histories in currently active document.

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

Syntax

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

Implements

IUserInterface..::..ClearHistory()()()()

Remarks

This method clears all editing histories for UNDO or REDO action in currently active document.

See Also