BCGControlBar Library for .NET
LoadStateDefault Method (DockManager)




The path to file to load the state of the DockManager.
Loads a state of the DockManager from the specified file.
Syntax
'Declaration
 
Public Overridable Sub LoadStateDefault( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As DockManager
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 file to load the state of the DockManager.
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