ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / UndoManager Class
Properties Methods Events

In This Topic
    UndoManager Class Members
    In This Topic

    The following tables list the members exposed by UndoManager.

    Public Properties
     NameDescription
    Public PropertyReturns the number of repeated actions.  
    Public PropertyReturns the number of undone actions.  
    Top
    Public Methods
     NameDescription
    Public MethodClears the Undo stack.Clears the Redo stack.  
    Public MethodReleases the UndoManager instance from the memory.  
    Public MethodRepeats the last action.  
    Public MethodReturns a description of the last repeated action.  
    Public MethodUndoes the last action.  
    Public MethodReturns a description of the last undone action.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the Undo stack has changed.  
    Top
    See Also