TheBigUndo.XML

Scope: Public
Function XML(extends w As DesktopWindow) As XmlDocument
Gets the state of a window as XML. For CustomUndo controls, pictures are Base64 Encoded PNG's at 100% quality setting. Array's and Dictionaries are also supported StyledTextAreas are stored as Base64 Encoded RTF MemoryBlocks are stored as Base64 Encoded Strings To add additional tags for use by your app add tags at the top level with a name other than "Document"
Scope: Public
Sub XML(extends w As DesktopWindow, ClearUndos As Boolean = false, assigns XML As XmlDocument)
Sets the state of a window from an XmlDocument as return by the XML getter Function. Use XmlDocument.Transform(XSLReadable) for an easy to view Document. Use CUndos in the case of a preferences window setting to defalt setting or the like. MyWindow.XML=SavedDoc or MyWindow.XML(false)=SavedDoc