BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawRibbonSliderThumb ( CDC *  pDC,
CBCGPRibbonSlider pSlider,
CRect  rect,
BOOL  bIsHighlighted,
BOOL  bIsPressed,
BOOL  bIsDisabled 
)
virtual

Draws ribbon slider's thumb.

Called by the framework to draw slider's thumb. Override this method in a derived class to customize appearance of slider's thumb.

Parameters
pDCA pointer to a device context.
pSliderA pointer to slider.
rectA bounding rectangle of slider's thumb.
bIsHighlightedThumb state. If TRUE, the thumb is highlighted.
bIsPressedThumb state. If TRUE, the thumb is pressed.
bIsDisabledThumb state. If TRUE, the thumb is disabled.