Gets a reference to the undo manager's CommandHistory instance.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C#
![]() |
---|
public CommandHistory History { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property History As CommandHistory |
An instance of the CommandHistory class.
History represents the undo manager's queue of action records. This queue provides access to the NextUndo and NextRedo records. You could set the queue's Capacity, specifying how many records can be added to the queue before the oldest ones start to drop off its end.
NetDiagram Programmer's Guide | © 2023 MindFusion |