Wimark.Controls Class Library  

DockManager.LoadState Method

Loads and initiates the state of DockItem controls from an XML stream.

[Visual Basic]
Public Sub LoadState( _
   ByVal stream As Stream, _
   ByVal dockItems As IDictionary _
)
 
[C#]
public void LoadState( 
   Stream stream, 
   IDictionary dockItems 
);
[C++]
public: void LoadState( 
   Stream* stream, 
   IDictionary* dockItems 
);

Parameters

stream
XML stream containing the state.
dockItems
A dictionary of DockItem controls where the item name is used as key.

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