UndoBuffer Properties |
The UndoBuffer type exposes the following members.
Name | Description | |
---|---|---|
AcceptChanges |
Gets or sets a value indicating whether this UndoBuffer accepts changes.
| |
CanRedo |
Gets a value indicating whether there are operations on the redo stack.
| |
CanUndo |
Gets a value indicating whether there are operations on the undo stack.
| |
IsUndoGroupOpen |
Gets a value indicating whether an undo group is open.
| |
RedoStack |
Gets the redo stack.
| |
SizeLimit |
Gets or sets the max number of undo steps stored in the undo buffer.
| |
UndoStack |
Gets the undo stack.
|