BCGControlBar Library for .NET
SaveState(Form,String,String) Method




A form to save a state.
A path to the file to save an information about control bars.
A path to the file to save an information about docking panes.
Saves a state of the LayoutController to the specified files.
Syntax
'Declaration
 
Public Overloads Sub SaveState( _
   ByVal form As Form, _
   ByVal fileBarsState As String, _
   ByVal fileDockingState As String _
) 
'Usage
 
Dim instance As LayoutController
Dim form As Form
Dim fileBarsState As String
Dim fileDockingState As String
 
instance.SaveState(form, fileBarsState, fileDockingState)
public void SaveState( 
   Form form,
   string fileBarsState,
   string fileDockingState
)
public: void SaveState( 
   Form* form,
   string* fileBarsState,
   string* fileDockingState
) 
public:
void SaveState( 
   Form^ form,
   String^ fileBarsState,
   String^ fileDockingState
) 

Parameters

form
A form to save a state.
fileBarsState
A path to the file to save an information about control bars.
fileDockingState
A path to the file to save an information about docking panes.
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