Ribbon Simplified Mode

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Not available BCGControlBar for .NET

In this mode, the ribbon controls are displayed in a single line and panels (groups) are not collapsible. You may specify which commands are available in the simplified mode by calling new method CBCGPBaseRibbonElement::SetSimplifiedModeType. By default, small (16x16) icons will be used in the simplified mode. In addition, you can specify 20x20 icons for the simplified mode. Call CBCGPRibbonBar::SetSimplifiedMode method to toggle between the simplified and classic Ribbon modes.

Ribbon in the classic and simplified modes:

Ribbon in the classic and simplified modes:

Sample code:

// Enable simplified mode:
m_wndRibbonBar.SetSimplifiedMode();