TheBigUndo.SavedState

Scope: Public
Function SavedState(extends w As DesktopWindow) As XmlDocument
Gets the last XmlDocument set via Window.SavedState=XMLDocument
Scope: Public
Sub SavedState(extends w As DesktopWindow, assigns xmldoc As XmlDocument)
Sets an XMLDocument as received from then XML property as the currently saved state of the window so that the window's ContentChanged flag can be set when the current window state varies from the saved state.