Office 2010-2024 style Ribbon
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
This ribbon visual style is very similar to the ribbon control introduced in Microsoft Office versions 2010-2024. In general, the control behavior is the same as in Office 2007, but you can see the following UI additions:
- Light and dark color themes.
- Flat panels and groups.
- Rectangular application ("main") button with a text label (for example, "File").
- "Minimize" button.
- The Backstage view appears when the application button is clicked, and it covers the entire application frame.
Office 2024-style Ribbon:
Office 2013-style Ribbon:
Office 2010-style Ribbon:
Sample code:
theApp.SetVisualTheme(
CBCGPWinApp::BCGP_VISUAL_THEME_OFFICE_2022_WHITE);