BCGSuite for MFC
virtual void CBCGPVisualManager::OnDrawSliderChannel ( CDC *  pDC,
CBCGPSliderCtrl pSlider,
BOOL  bVert,
CRect  rect,
BOOL  bDrawOnGlass 
)
virtual

Called by the framework to draw a slider channel.

Override this method in a derived class to customize appearance of slider channels.

Parameters
pDCA pointer to a device context.
pSliderA pointer to a slider.
bVertSpecifies whether the slider channel is vertical (TRUE), or horizontal (FALSE).
rectBounding rectangle.
bDrawOnGlassIf TRUE, the channel is drawn on the glass (Vista Aero only).