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 features:
- Light and dark color themes
- Flat panels and groups
- Rectangular application ("main") button with a text label
- "Minimize" button
- Backstage view
Office 2024-style Ribbon:
Office 2013-style Ribbon:
Office 2010-style Ribbon:
Sample code:
m_wndRibbonBar.SetScenicLook();
CBCGPVisualManager::SetDefaultManager(
RUNTIME_CLASS(CBCGPVisualManager2010));
// Change application button color:
((CBCGPVisualManager2010*)
CBCGPVisualManager::GetInstance())->
SetMainButtonColor(RGB(0, 192, 0));