BCGControlBar Library for .NET
LoadState(Form,IFormatter,Stream) Method




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

Parameters

form
A form to load a state.
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

LayoutController Class
LayoutController Members
Overload List

Send Feedback