Removes all records from the history queue.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public void Clear () |
Visual Basic Copy Code |
---|
Public Sub Clear () |
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |