BCGControlBar Library for .NET
SaveStateDefault Method (CommandBarManager)




The path to the specified xml-file to save a state.
Saves a state of the command bars to the specified xml-file.
Syntax
'Declaration
 
Public Overridable Sub SaveStateDefault( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As CommandBarManager
Dim fileName As String
 
instance.SaveStateDefault(fileName)
public virtual void SaveStateDefault( 
   string fileName
)
public: virtual void SaveStateDefault( 
   string* fileName
) 
public:
virtual void SaveStateDefault( 
   String^ fileName
) 

Parameters

fileName
The path to the specified xml-file to save a state.
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