|
 |
BCGControlBar Pro (MFC) |
 |
BCGSuite (MFC) |
 |
BCGControlBar (Microsoft .NET) |
|
Workspace manager |
The workspace manager allows to automatically save/restore the application states:
-
Toolbars/menus customization context and location
-
Application frame(s) location and state
-
Control bars layout
-
Keyboard customization state
-
Mouse customization state
-
Last selected skin
To use workspace manager, you need to add CBCGPWorkspace-derivation to your application class.
|
|
|
|
|
|
|
|
Sample code: |
class CMyApp : public CWinApp, public CBCGWorkspace
{
...
};
|
|
|
Prev
Next |