BCGControlBar Library for .NET
SaveCommonLayout Method (CommandBarManager)




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

Saves the specified properties of the command manager and the dock manager to the xml-files describing their  layout state. 

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