GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / Clear Method
In This Topic
    Clear Method (GoUndoManager)
    In This Topic
    Clear all of the GoUndoManagerCompoundEdits and reset all other state.
    Syntax
    public virtual void Clear()
    Remarks
    However, this does not forget the documents that this undo manager is managing, nor does it forget the assigned ResourceManager, if any.
    See Also