Click or drag to resize
DigitalRuneUndoBuffer Properties

The UndoBuffer type exposes the following members.

Properties
  NameDescription
Public propertyAcceptChanges
Gets or sets a value indicating whether this UndoBuffer accepts changes.
Public propertyCanRedo
Gets a value indicating whether there are operations on the redo stack.
Public propertyCanUndo
Gets a value indicating whether there are operations on the undo stack.
Public propertyIsUndoGroupOpen
Gets a value indicating whether an undo group is open.
Public propertyRedoStack
Gets the redo stack.
Public propertySizeLimit
Gets or sets the max number of undo steps stored in the undo buffer.
Public propertyUndoStack
Gets the undo stack.
Top
See Also