BCGSuite for MFC
virtual BOOL CBCGPGridCtrl::OnGetPageFooterRect ( CDC *  pDC,
CPrintInfo *  pInfo,
CRect &  rect 
)
protectedvirtual

Called by the framework when it needs to calculate the bounding rectangle of the page footer.

Returns
Should return TRUE when it's required to print a page footer. Should return FALSE if there is no page footer.

Called by the framework from CBCGPGridCtrl::OnPrintPageFooter when it needs to calculate the bounding rectangle of the page footer.

Parameters
pDCPointer to a device context
pInfoStructure that describes the current print job.
rectThe bounding rectangle of page footer.