Office 2010-2024 style Ribbon

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Partially implemented 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 2024-style Ribbon:

Office 2013-style Ribbon:

Office 2013-style Ribbon:

Office 2010-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));