Microsoft Office 2013 Look

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

The library provides Microsoft® Office 2013 look and feel for application components. This is a totally skinned interface that can be applied to the various set of controls such as ribbons, menus, toolbars, docking panes and more. The key features of this style are:

  1. Flat, Windows 8-11-style UI
  2. Full-screen backstage view with a "back" circular button
  3. Large docking pane and application frame captions
  4. Using accent color in the status bar, application button, backstage view and highlighted GUI controls
  5. Ribbon background ("watermark") image support

MS Word 2013-style application:

MS Word 2013-style application:

Office 2013-style Backstage view:

Office 2013-style Backstage view:

Standard MDI application in Office 2013 look:

Standard MDI application in Office 2013 look:

Sample code:

// Specify accent color:
CBCGPVisualManager2013::SetAccentColor(CBCGPVisualManager2013::VS2012_Green);

// Enable Office 2013 look:
CBCGPVisualManager::SetDefaultManager(RUNTIME_CLASS (CBCGPVisualManager2013));