BCGControlBar Library for .NET
LoadCommonLayout Method (DockManager)




The path to the xml-file which contains the information about the control bars.
The path to the xml-file which contains the information about the docking panes.
Loads the information from the specified xml-files which contains some parameters about the state of command bars and docking panes. This information can be written to this file by the SaveCommonLayout function. This function is usually called when the application is about to open.
Syntax
'Declaration
 
Public Overridable Sub LoadCommonLayout( _
   ByVal fileBarsState As String, _
   ByVal fileDockingState As String _
) 
'Usage
 
Dim instance As DockManager
Dim fileBarsState As String
Dim fileDockingState As String
 
instance.LoadCommonLayout(fileBarsState, fileDockingState)
public virtual void LoadCommonLayout( 
   string fileBarsState,
   string fileDockingState
)
public: virtual void LoadCommonLayout( 
   string* fileBarsState,
   string* fileDockingState
) 
public:
virtual void LoadCommonLayout( 
   String^ fileBarsState,
   String^ fileDockingState
) 

Parameters

fileBarsState
The path to the xml-file which contains the information about the control bars.
fileDockingState
The path to the xml-file which contains the information about the 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