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




A form to save a state.
A formatter for the stream.
A file stream to save a state.
Saves a state of the LayoutController for the specified form to the specified file stream.
Syntax
'Declaration
 
Public Overloads Sub SaveState( _
   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.SaveState(form, formatter, stream)
public void SaveState( 
   Form form,
   IFormatter formatter,
   Stream stream
)
public: void SaveState( 
   Form* form,
   IFormatter* formatter,
   Stream* stream
) 
public:
void SaveState( 
   Form^ form,
   IFormatter^ formatter,
   Stream^ stream
) 

Parameters

form
A form to save a state.
formatter
A formatter for the stream.
stream
A file stream to save 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