Workspace Manager
    
         
            
        
        
            
                 BCGControlBar Pro (MFC)
 BCGControlBar Pro (MFC)
                 BCGSuite (MFC)
 BCGSuite (MFC)
                 BCGControlBar for .NET
 BCGControlBar for .NET
             
         
        
     
    
    The workspace manager allows you to automatically save/restore the application states:
 
- Toolbar/menu customization context and location
- Ribbon bar state and customization context
- Application frame(s) location and state
- Docking pane layout
- Keyboard customization data
- Last selected visual theme
To use workspace manager, simply derive your application class from  CBCGPWinApp (or add CBCGPWorkspace-derivation to your application class).
    
    
    
    
	    Sample code:
        class CMyApp : public CBCGPWinApp
{
...
};