Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The framework calls this method when it draws a caption button located on the ribbon bar.
virtual void OnDrawRibbonCaptionButton(
CDC* pDC,
CMFCRibbonCaptionButton* pButton
);
Parameters
pDC
A pointer to a device context.pButton
A pointer to a CMFCRibbonCaptionButton. The framework draws this caption button.
Remarks
Override this method in a derived visual manager to customize the appearance of a caption button on the ribbon.
Requirements
Header: afxvisualmanager.h