Northwoods.Go Assembly > Northwoods.Go Namespace : GoUndoManager Class |
For a list of all members of this type, see GoUndoManager members.
Name | Description | |
---|---|---|
![]() | AllEdits | Gets a list of all of the compound edits. |
![]() | ChecksTransactionLevel | Gets or sets whether this undo manager will output warnings to Trace listeners when document changes occur outside of a transaction. |
![]() | CurrentEdit | Gets the current compound edit for recording additional document change events. |
![]() | Documents | Gets a list of documents for which this UndoManager is recording undo/redo information. |
![]() | EditToRedo | Gets the current GoUndoManagerCompoundEdit to be redone, or null if there is none. |
![]() | EditToUndo | Gets the current GoUndoManagerCompoundEdit to be undone, or null if there is none. |
![]() | IsRedoing | This predicate is true during a call to Redo. |
![]() | IsUndoing | This predicate is true during a call to Undo. |
![]() | MaximumEditCount | Gets or sets the maximum number of compound edits that this undo manager will remember. |
![]() | RedoPresentationName | Gets the user-visible string description of the next redo action. |
![]() | ResourceManager | Gets or sets the ResourceManager used to get presentation names. |
![]() | TransactionLevel | Gets the current transaction level. |
![]() | UndoEditIndex | Gets the index into AllEdits for the current undoable edit. |
![]() | UndoPresentationName | Gets the user-visible string description of the next undo action. |