Office 2010-2022 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-2022. In general, the control behavior is the same as in Office 2007, but you can see the following new UI features:
- Light and dark color themes
- Flat panels and groups
- Modified (rectangular) Application ("main") button with a text label
- "Minimize" button
- Backstage view
Office 2022-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));