BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawHeaderCtrlBorder ( CBCGPHeaderCtrl pCtrl,
CDC *  pDC,
CRect &  rect,
BOOL  bIsPressed,
BOOL  bIsHighlighted 
)
virtual

Called by the framework when it needs to draw the border around the header control.

Override OnDrawHeaderCtrlBorder in a derived class to customize the header control appearance.

Parameters
pCtrlPoints to a header control.
pDCA pointer to a device context.
rectThe bounding rectangle.
bIsPressedSpecifies whether the header control is pressed.
bIsHighlightedSpecifies whether the header control is highlighted.