ActiveReports Developer 7
UndoManager Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : UndoManager Class

Glossary Item Box

The following tables list the members exposed by UndoManager.

Public Properties

 NameDescription
Public PropertyRedoCountReturns the number of repeated actions.  
Public PropertyUndoCountReturns the number of undone actions.  
Top

Public Methods

 NameDescription
Public MethodClearClears the Undo stack.Clears the Redo stack.  
Public MethodDisposeReleases the UndoManager instance from the memory.  
Public MethodRedoRepeats the last action.  
Public MethodRedoDescriptionReturns a description of the last repeated action.  
Public MethodUndoUndoes the last action.  
Public MethodUndoDescriptionReturns a description of the last undone action.  
Top

Public Events

 NameDescription
Public EventChangedRaised when the Undo stack has changed.  
Top

See Also