Wimark.Controls Class Library  

DockManager.SaveState Method

Saves the state of the DockItem controls that are managed by the DockManager to an XML stream and returns a dictionary containing the items.

[Visual Basic]
Public Function SaveState( _
   ByVal stream As Stream, _
   ByVal encoding As Encoding _
) As IDictionary 
[C#]
public IDictionary SaveState( 
   Stream stream, 
   Encoding encoding 
);
[C++]
public: IDictionary* SaveState( 
   Stream* stream, 
   Encoding* encoding 
);

Parameters

stream
Stream where the state will be serialized.
encoding
Character encoding.

Return Value

Dictionary with dockable items.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DockManager Class | DockManager Members | Wimark.Controls Namespace | DockItem