BCGControlBar Pro for MFC
virtual COLORREF CBCGPListCtrl::OnGetCellBkColor ( int  nRow,
int  nColum 
)
virtual

Called by the framework when it needs to determine the background color of an individual cell in a list control.

Returns
An RGB value specifying the background color of the cell.

This function is called by the framework when it needs to determine the background color of an individual cell in a list control. Base implementation returns the default background color of a list box. Override OnGetCellBkColor in a derived class to mark individual cells by a background color.