The framework calls this method when it fills the background of a toolbar button that belongs to a command list. This command list is part of the customization dialog.
virtual COLORREF OnFillCommandsListBackground(
   CDC* pDC,
   CRect rect,
   BOOL bIsSelected = FALSE
);
Parameters
- [in] pDC 
 A pointer to a device context.
- [in] rect 
 A rectangle that specifies the boundaries of the button.
- [in] bIsSelected 
 A Boolean parameter that indicates whether the button is selected.
Return Value
The text color for the toolbar button.
Remarks
For more information about the customization list, see CMFCToolBarButton::OnDrawOnCustomizeList. The default implementation for this method fills the background based on the color scheme of the currently selected skin.
Requirements
Header: afxvisualmanager.h