Click or drag to resize

IUndoRedoManagerT Properties

The IUndoRedoManagerT type exposes the following members.

Properties
 NameDescription
Public propertyCanRedo Checks if there are any stored state available on the redo stack.
Public propertyCanUndo Checks if there are any stored state available on the undo stack.
Public propertyInUndoRedo Gets a value indicating if the history is in the process of undoing or redoing.
Public propertyMementoSizeThreshold The size threshold that a memento can be added to the stack. A non-positive value means no size limit. The size is just an arbitrary value.
Public propertyRedoCount Gets number of redo actions available
Public propertyStackPermissionType The flag to indicate how a memento is added to the stack.
Public propertySubject The subject that this undo redo history is about.
Public propertySupportRedo Gets or sets whether the history supports redo.
Public propertyUndoCount Gets number of undo actions available
Public propertyValidator The delegate to ask for confirmation when a memento is added. A null validator means that the memento is always approved.
Top
See Also