BCGControlBar Library for .NET
SaveCommonLayout Method (DockManager)




The path to the file to save information about command bars.
The path to the file to save information about docking panes.
Saves the state and layout of the command bars and docking panes on the parent form to the specified xml-files. This function is usually called when the parent form is about to close.
Syntax
'Declaration
 
Public Overridable Sub SaveCommonLayout( _
   ByVal fileBarsState As String, _
   ByVal fileDockingState As String _
) 
'Usage
 
Dim instance As DockManager
Dim fileBarsState As String
Dim fileDockingState As String
 
instance.SaveCommonLayout(fileBarsState, fileDockingState)
public virtual void SaveCommonLayout( 
   string fileBarsState,
   string fileDockingState
)
public: virtual void SaveCommonLayout( 
   string* fileBarsState,
   string* fileDockingState
) 
public:
virtual void SaveCommonLayout( 
   String^ fileBarsState,
   String^ fileDockingState
) 

Parameters

fileBarsState
The path to the file to save information about command bars.
fileDockingState
The path to the file to save 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

DockManager Class
DockManager Members

Send Feedback