Microsoft Office 2007 Look
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The library provides a Microsoft Office 2007 look and feel for application components. This theme is a completely skinned interface that can be applied to the various sets of controls, such as ribbons, menus, toolbars, control bars, and more. The library includes the following Microsoft Office 2007 styles:
- Blue ("Luna")
- Gray ("Obsidian")
- Aqua
- Silver
Microsoft Office 2007 Look (Blue color theme):
Microsoft Office 2007 Look (Black color theme):
Microsoft Office 2007 Look (Aqua color theme):
Sample code:
// Application class is derived from CBCGPWinApp
CMyApp::CMyApp()
{
// Enable Office 2007 look:
SetVisualTheme(
BCGP_VISUAL_THEME_OFFICE_2007_BLUE);
}