BCGControlBar Library for .NET
LoadCommonLayout Method (CommandBarManager)




The xml-file which describes the state of the command bars.
The xml-file which describes the state of the docking panes.

Loads the specified properties for the command manager and dock manager from the xml-files describing the earlier layout state. 

Syntax
'Declaration
 
Public Overridable Sub LoadCommonLayout( _
   ByVal fileBarsState As String, _
   ByVal fileDockingState As String _
) 
'Usage
 
Dim instance As CommandBarManager
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 xml-file which describes the state of the command bars.
fileDockingState
The xml-file which describes the state of 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

CommandBarManager Class
CommandBarManager Members

Send Feedback