BCGControlBar Library for .NET
LoadStateDefault Method (CommandBarManager)




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

Parameters

fileName
The path to the specified xml-file to load 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