<< Return to Main Index

< Return to Class Index

CGXGridCore::OnPrintHeaderAndFooter

virtual void OnPrintHeaderAndFooter (CDC* pDC, CPrintInfo* pInfo);?

pDC

Points to the printer device context.

pInfo

Points to a CPrintInfo structure that describes the current print job.

Remarks

Called by OnGridPrint to draw the headers and footers for a page.

The default implementation simply passes a pointer to the document associated with the view and a pointer to the parameter-object to the OnPrintHeaderAndFooter method of the property-object.

See Also

CGXProperties::OnPrintHeaderAndFooter CGXGridCore::OnGridPrint

CGXGridCore

Class Overview | Class Members