Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The framework calls this method when it draws a group of buttons on the ribbon.
virtual COLORREF OnDrawRibbonButtonsGroup(
CDC* pDC,
CMFCRibbonButtonsGroup* pGroup,
CRect rectGroup
);
Parameters
[in] pDC
A pointer to a device context.[in] pGroup
A pointer to a group of buttons on the ribbon. The framework draws this group of buttons.[in] rectGroup
A rectangle that specifies the boundaries of the group.
Return Value
A reserved value. The default implementation returns -1.
Remarks
Override this method in a derived visual manager to customize the appearance of a group of buttons on the ribbon.
Requirements
Header: afxvisualmanager.h