BCGControlBar Pro for MFC
virtual void CBCGPToolTipCtrl::OnDrawSeparator ( CDC *  pDC,
int  x1,
int  x2,
int  y 
)
virtual

Called by the framework to draw separator between tooltip label and description.

Override this method in a derived class to customize appearance of separator between tooltip label and description.

Parameters
pDCA pointer to a device context.
x1Horizontal coordinate of separator's start point.
x2Horizontal coordinate of separator's end point.
yOffset from the top of tooltip client area.