Version

SaveAsXml(String) Method

Saves layout information to a file in xml/soap format.
Syntax
'Declaration
 
Public Overloads Sub SaveAsXml( _
   ByVal filename As String _
) 
public void SaveAsXml( 
   string filename
)

Parameters

filename
The file to receive the serialized UltraTabbedMdiManager information
Remarks

The SaveAsXml method is used in conjunction with the LoadFromXml(String) method to persist the property settings and layout of the UltraTabbedMdiManager. All property settings (except the ImageList) are serialized including the MdiTab objects and TabGroups. When the method is invoked, the StoreTab event is invoked for each MdiTab so that the PersistedInfo may be updated. This property will be available upon deserialization and should be set to a value that can be used to create the appropriate form in the RestoreTab event.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also