BCGControlBar Pro for MFC
CBCGPVisualManager2010

Detailed Description

CBCGPVisualManager2010 is responsible for giving an application Microsoft Office 2010 look and feel.

To enable this visual manager just call

CBCGPVisualManager::SetDefaultManager (RUNTIME_CLASS (CBCGPVisualManager2010));

Or, if you application class is derived from CBCGPWinApp,

theApp.SetVisualTheme(CBCGPWinApp::BCGP_VISUAL_THEME_OFFICE_2010_*);

+ Inheritance diagram for CBCGPVisualManager2010:

Additional Inherited Members

- Public Member Functions inherited from CBCGPVisualManager
 BreadcrumbFillBackgroundCalled to fill background of Breadcrumb Navigation Bar.
 
 DrawGanttChartBackgroundCalled by the framework to draw Gantt Chart background.
 
 DrawGanttHeaderTextCalled by the framework to draw text in a Gantt control header cell.
 
 DrawGanttItemBackgroundCellCalled by the framework to fill background of a Gantt cell.
 
 GetButtonExtraBorderReturns the extra size of buttons that is required to display this skin correctly.
 
 GetControlFillColorGets "typical" control background color.
 
 GetControlTextColorGets "typical" control foreground color.
 
 GetDockingTabsBordersSizeReturns border size of docked tabbed bar.
 
 GetEditCtrlSelectionBkColorReturns background color of Advanced Edit control selection.
 
 GetEditCtrlSelectionTextColorReturns foreground color of Advanced Edit control selection.
 
 GetMainButtonColorReturns color of main Ribbon button (pearl).
 
 GetMDITabsBordersSizeReturns border size of MDITabs window.
 
 GetMenuShadowDepthReturns a value that determines what is the width and height of the menu shadow.
 
 GetPopupMenuBorderSizeReturns border size for popup menus.
 
 GetRibbonComboTextColorReturns a ribbon combobox foreground color.
 
 GetURLLinkColorReturns a text color of URL link to be used by CBCGPURLLinkButton
 
 GetWindowCornerTypeCalled by the framework to obtain a specific window corner type (BCG_WINDOW_CORNER_TYPE).
 
 HasOverlappedAutoHideButtonsTells whether autohide buttons are overlapped.
 
 IsAutoGrayscaleImagesTells whether to convert all images to gray scale.
 
 IsAutohideScrollBarsTells whether the current Visual Manager supports auto-hidden scroll bar look.
 
 IsDockingTabUpperCaseTells whether visualization code should draw a docking tab label in the upper case.
 
 IsEditSyntaxHilightingOnSelectionTells whether syntax hilighting in selected (colored) areas of advanced edit control is available for this visual theme.
 
 IsEmbossDisabledImageDetermines whether disabled images should be embossed.
 
 IsFadeInactiveImageDetermines whether toolbar/menu inactive images are drawn with the lighting (fading) effect.
 
 IsLook2000Tells whether the application's GUI elements have Microsoft Office 2000 look and feel.
 
 IsMenuFlatLookTells whether the menu buttons have the flat look (menu buttons don't look pressed).
 
 IsOfficeXPStyleMenusTells whether the visual manager uses displays OfficeXP-style menus.
 
 IsShadowHighlightedImageDetermines whether the shadow should be displayed when rendering highlighted images.
 
 OnDrawAppBarCaptionDraws application bar caption.
 
 OnDrawControlBarCaptionTextCalled to draw a text on a caption of control bar.
 
 OnDrawPropSheetListItemCalled by the framework do draw an item displayed on the list located at the left side of property sheet working in PropSheetLook_List mode.
 
 OnDrawRibbonComboDropButtonCalled by the framework to draw ribbon combobox drop button.
 
 OnDrawRibbonLabelCalled by the framework to draw ribbon label.
 
 OnDrawTabCloseButtonCalled by the framework when it needs to draw the close button on active tab.
 
 OnDrawTabContentCalled by the framework when it needs to draw the tab interior (images, texts).
 
 OnFillHeaderCtrlBackgroundCalled by the framework when it needs to fill the background of a header control.
 
 OnFillPropListCalled to fill background of property list.
 
 OnFillRibbonBackstageFormCalled by the framework when it needs to draw background for a child dialog placed on backstage view.
 
 OnFillSplitterBackgroundCalled by the framework when it needs to fill background of a split window.
 
 SetEmbossDisabledImageEnables or disables the "embossed" mode for disabled toolbar images .
 
 SetFadeInactiveImageEnables or disables the lighting (fading) effect for toolbar/menu inactive (non-highlighted) images.
 
 SetLook2000Sets a flag indicating whether the application GUI elements have Microsoft Office 2000 look and feel.
 
 SetMenuFlatLookSets a flag indicating whether the application menu buttons have the flat look.
 
 SetMenuShadowDepthSets the width and height of the menu shadow.
 
 SetShadowHighlightedImageSets a flag that indicates whether to display the shadow when rendering highlighted images.
 
- Static Public Member Functions inherited from CBCGPVisualManager2003
 IsDefaultWinXPColorsEnabledTells whether the Visual Manager uses native WindowsXP theme colors or colors obtained from GetSysColor.
 
 IsUseGlobalThemeTells whether a global Windows theme is used.
 
 SetDefaultWinXPColorsSpecifies whether to use native WindowsXP theme colors or colors obtained from GetSysColor.
 
 SetUseGlobalThemeEnables or disables using of Windows global theme.
 
- Static Public Member Functions inherited from CBCGPVisualManager
 GetInstanceReturns a pointer to the visual manager object.
 
 RedrawAllForces all control bars in the application to be redrawn.
 
 SetDefaultManagerSets the default visual manager.