BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawSpinButtons ( CDC *  pDC,
CRect  rectSpin,
int  nState,
BOOL  bOrientation,
CBCGPSpinButtonCtrl pSpinCtrl 
)
virtual

Called by the framework to draw spin buttons.

Override this function in a derived class to customize appearance of spin buttons.

Parameters
pDCA pointer to a device context.
rectSpinBounding rectangle of spin control.
bOrientationOrientation of spin control. If TRUE, the spin control is horizontal; otherwise - vertical.
nStateSpin button state.
pSpinCtrlA pointer to spin control whose buttons are being drawn.