Microsoft Office 2021/2022 Look

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available 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.

Office 2021/2022 colorful style (green accent color):

Office 2021/2022 colorful style (green accent color):

Office 2021/2022 Ribbon backstage view (white style):

Office 2021/2022 Ribbon backstage view (white style):

Office 2021/2022 dark style:

Office 2021/2022 dark style:

Sample code:

// Application class is derived from CBCGPWinApp
CMyApp::CMyApp()
{
	// Specify accent color:
	CBCGPVisualManager2022::SetAccentColor(
		CBCGPVisualManager2022::VS2012_Green);

	// Enable Office 2022 look:
	SetVisualTheme(
		BCGP_VISUAL_THEME_OFFICE_2022_COLORFUL);
}