BCGControlBar Pro for MFC
virtual void CBCGPToolBar::DrawSeparator ( CDC *  pDC,
const CRect &  rect,
BOOL  bHorz 
)
protectedvirtual

Called when a separator need to be repainted.

Separator is a CBCGPToolbarButton object with TBBS_SEPARATOR style.

The DrawSeparator function is usually called from DoPaint() along with other button-drawing code.

Parameters
pDCA pointer to a device context.
rectSpecifies the bounding rectangle.
bHorzSpecifies whether the separator is horizontal or vertical.