BCGSuite for MFC
virtual BOOL CBCGPGridCtrl::OnDrawItem ( CDC *  pDC,
CBCGPGridRow pItem 
)
virtual

Called by the framework to draw a grid control row.

Returns
Nonzero if the drawing rest rows should be continued. Returns 0, when the row is below current visible page and the grid control should not continue drawing rest rows.

OnDrawItem is called by the framework to draw a grid control row. Override this function if you need custom row drawing.

Parameters
pDCA pointer to a device context.
pItemA pointer to the grid row to be drawn.