GoDiagram Win Reference
GoUndoManager Class Properties


For a list of all members of this type, see GoUndoManager members.

Public Properties
 NameDescription
Public PropertyAllEditsGets a list of all of the compound edits.  
Public PropertyChecksTransactionLevelGets or sets whether this undo manager will output warnings to Trace listeners when document changes occur outside of a transaction.  
Public PropertyCurrentEditGets the current compound edit for recording additional document change events.  
Public PropertyDocumentsGets a list of documents for which this UndoManager is recording undo/redo information.  
Public PropertyEditToRedoGets the current GoUndoManagerCompoundEdit to be redone, or null if there is none.  
Public PropertyEditToUndoGets the current GoUndoManagerCompoundEdit to be undone, or null if there is none.  
Public PropertyIsRedoingThis predicate is true during a call to Redo.  
Public PropertyIsUndoingThis predicate is true during a call to Undo.  
Public PropertyMaximumEditCountGets or sets the maximum number of compound edits that this undo manager will remember.  
Public PropertyRedoPresentationNameGets the user-visible string description of the next redo action.  
Public PropertyResourceManagerGets or sets the ResourceManager used to get presentation names.  
Public PropertyTransactionLevelGets the current transaction level.  
Public PropertyUndoEditIndexGets the index into AllEdits for the current undoable edit.  
Public PropertyUndoPresentationNameGets the user-visible string description of the next undo action.  
Top
See Also

Reference

GoUndoManager Class
Northwoods.Go Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback