Microsoft Office 2021/2022 Look
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The library provides Microsoft® Office 2021/2022 and Microsoft 365 look and feel for application components. This is a totally skinned interface that can be applied to the various set of controls such as ribbons, menus, toolbars, docking panes and more.
The key features of this theme are:
- Windows 11-inspired UI with rounded corners (Ribbon panels, buttons, edit/combo boxes and other controls).
- Full-screen backstage view with a "back" circular button and new navigation pane look.
- Ribbon tabs transition effect.
Colorful style (green accent color):
Ribbon backstage view (white style):
Black style:
Sample code:
CMyApp::CMyApp() // Application class is derived from CBCGPWinApp
{
// Specify accent color:
CBCGPVisualManager2022::SetAccentColor(CBCGPVisualManager2022::VS2012_Green);
// Enable Office 2022 look:
SetVisualTheme(BCGP_VISUAL_THEME_OFFICE_2022_COLORFUL);
}