Save()

View as Markdown

Definition

Saves the window to workspaces.

Examples

// IWorkspacePersistence member. Required for saving window to workspaces
public void Save(XDocument document, XElement element)
{
if (MainTabControl != null)
MainTabControl.SaveToXElement(element);
}