BCGControlBar Pro for MFC
virtual COLORREF CBCGPVisualManager::OnFillPropList ( CDC *  pDC,
CBCGPPropList pList,
const CRect &  rectClient,
COLORREF &  clrFill 
)
virtual

Called to fill background of property list.

Returns
Foreground color of property list.

Override this method in a derived class to customize appearance of property lists.

Parameters
pDCA pointer to a device context.
pListA pointer to a property list.
rectClientSpecifies bounding rectangle of a property list.
clrFillContains a color used to fil lthe property list when the method returns.