BCGSuite for MFC
virtual COLORREF CBCGPGridCtrl::OnFillSelItem ( CDC *  pDC,
CRect  rectFill,
CBCGPGridItem pItem 
)
protectedvirtual

Called by the framework when it needs to fill the background of a selected item.

Override in a derived class in order to customize the appearance of selected grid items.

Parameters
pDCPointer to a device context
rectFillSpecifies the bounding rectangle of selected grid item.
pItemPointer to selected grid item.