Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The framework calls this method when it draws the tab for a ribbon category.
virtual COLORREF OnDrawRibbonCategoryTab(
CDC* pDC,
CMFCRibbonTab* pTab,
BOOL bIsActive
);
Parameters
[in] pDC
A pointer to a device context.[in] pTab
A pointer to a ribbon tab object. The framework draws this tab.[in] bIsActive
TRUE if the tab is active, or FALSE if not.
Return Value
The color that is used for text on the ribbon category tab.
Remarks
Override this method in a derived visual manager to customize the appearance of a ribbon category tab.
Requirements
Header: afxvisualmanageroffice2003.h