BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawSeparator ( CDC *  pDC,
CBCGPBaseControlBar pBar,
CRect  rect,
BOOL  bIsHoriz 
)
virtual

Called by the framework to display a separator.

The default implementation displays the standard separator. Override this member function in your CBCGPVisualManager - derived class to customize the separator appearance. Do not call the default.

Parameters
pDCA pointer to a control bar's device context.
pBarA pointer to a control bar whose separator is drawn.
rectSpecifies the bounding rectangle of a separator.
bIsHorizSpecifies whether the control bar is docked horizontally (TRUE) or vertically (FALSE).