Click or drag to resize

UndoManager Properties

The UndoManager type exposes the following members.

Properties
  NameDescription
Public propertyCanRedo
Gets a value indicating whether redo is possible.
Public propertyCanUndo
Get a value indicating whether or not undo is possible.
Public propertyDocument
Get the associated document.
Public propertyIsInUndoUnit
Gets a value that indicates whether a undo operation is being recorded.
Public propertyIsRedoing
Gets a value indicating whether REDO is running.
Public propertyIsUndoing
Gets a value indicating whether UNDO is running.
Top
See Also