Workspace Manager

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available 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
{
...
};