Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the framework to draw the header for a custom property page.
virtual void OnDrawPageHeader(
CDC* pDC,
int nPage,
CRect rectHeader
);
Parameters
[in] pDC
Pointer to a device context.[in] nPage
The zero-based property page number.[in] rectHeader
A bounding rectangle that specifies where to draw the header.
Remarks
By default, this method does nothing. If you override this method, call the CMFCPropertySheet::EnablePageHeader method before the framework calls this method.
Requirements
Header: afxpropertysheet.h