BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawAppBarBorder ( CDC *  pDC,
CBCGPAppBarWnd pAppBarWnd,
CRect  rectBorder,
CRect  rectBorderSize 
)
virtual

Draws application bar border.

This function is called by the framework when it needs to draw a border around an application bar. Override it in a derived class in order to customize appearance of application bar controls.

Parameters
pDCA pointer to a device context of application bar control.
pAppBarWndA pointer to application bar control whose border should be drawn.
rectBorderBorder's bounding rectangle.
rectBorderSizeBorder size.