BCGControlBar Library for .NET
LoadState Method (DockManager)




A formatter for the stream.
A file stream to load a state.
Loads a state of the docking objects  from the specified file stream.
The state should be previously saved by the SaveState function.
Syntax
'Declaration
 
Public Overridable Sub LoadState( _
   ByVal formatter As IFormatter, _
   ByVal stream As Stream _
) 
'Usage
 
Dim instance As DockManager
Dim formatter As IFormatter
Dim stream As Stream
 
instance.LoadState(formatter, stream)
public virtual void LoadState( 
   IFormatter formatter,
   Stream stream
)
public: virtual void LoadState( 
   IFormatter* formatter,
   Stream* stream
) 
public:
virtual void LoadState( 
   IFormatter^ formatter,
   Stream^ stream
) 

Parameters

formatter
A formatter for the stream.
stream
A file stream to load a state.
Requirements

Target Platforms: 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

Reference

DockManager Class
DockManager Members

Send Feedback