CMFCVisualManager::OnDrawRibbonCategoryTab
Visual Studio 2008
The framework calls this method when it draws the tab for a ribbon category.
virtual COLORREF OnDrawRibbonCategoryTab( CDC* pDC, CMFCRibbonTab* pTab, BOOL bIsActive );
Override this method in a derived visual manager to customize the appearance of a ribbon category tab. For more information about ribbon categories, see CMFCRibbonCategory Class.