Microsoft Office 2010 Look

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

The library provides Microsoft Office 2010 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, control bars and more. The library includes the following Microsoft Office 2010 styles:

  • Blue
  • Silver
  • Black

Office 2010 Blue Theme

Office 2010 Blue Theme

Office 2010 Silver Theme

Office 2010 Silver Theme

Office 2010 Black Theme

Office 2010 Black Theme

Sample code:

// Set Office 2010 Blue theme:
CBCGPVisualManager2010::SetStyle (CBCGPVisualManager2010::VS2010_Blue);

// Set Office 2010 Silver theme:
CBCGPVisualManager2010::SetStyle (CBCGPVisualManager2010::VS2010_Silver);

// Set Office 2010 Black theme:
CBCGPVisualManager2010::SetStyle (CBCGPVisualManager2010::VS2010_Black);

// Enable Office 2010 look:
CBCGPVisualManager::SetDefaultManager (RUNTIME_CLASS (CBCGPVisualManager2010));