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 the border of a button on the ribbon.
virtual void OnDrawRibbonButtonBorder(
CDC* pDC,
CMFCRibbonButton* pButton
);
Parameters
[in] pDC
A pointer to a device context.[in] pButton
A pointer to a CMFCRibbonButton object. The framework draws the border for this ribbon button.
Remarks
Override this method in a derived visual manager to customize the appearance of a CMFCRibbonButton.
Requirements
Header: afxvisualmanager.h