ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / UndoManager Class / Dispose Method

In This Topic
    Dispose Method (UndoManager)
    In This Topic
    Releases the UndoManager instance from the memory.
    Syntax
    'Declaration
     
    Public Sub Dispose() 
    public void Dispose()
    Remarks

    Call Dispose when you are finished using the UndoManager. The Dispose method leaves the UndoManager in an unusable state. After calling Dispose, you must release all references to the UndoManager so the garbage collector can reclaim the memory that the UndoManager was occupying.

    For more information, see "IDisposable interface" in the .NET documentation.

    See Also