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 border of the caption bar.
virtual void OnDrawBorder(
CDC* pDC,
CRect rect
);
Parameters
[in] pDC
A device context that is used to display the borders.[in] rect
The bounding rectangle.
Remarks
By default, the borders have the flat style.
Override this method in a CMFCCaptionBar derived class to customize the appearance of the caption bar's borders.
Requirements
Header: afxcaptionbar.h