Search
CommandHistory.Clear Method
See Also
 





Removes all records from the history queue.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Clear ()

Visual Basic  Copy Code

Public Sub Clear ()

 Remarks

Call Clear to remove all action records that are currently in the history queue, making those actions unavailable for undo or redo anymore. That won't disable adding new records to the queue, so it will be possible to undo/redo any actions executed after the call.

 See Also