BCGControlBar Pro for MFC
virtual void CBCGPVisualManager::OnDrawBarGripper ( CDC *  pDC,
CRect  rectGripper,
BOOL  bHorz,
CBCGPBaseControlBar pBar 
)
virtual

Called by the framework to display a control bar's gripper.

The default implementation displays the standard gripper. Override this member function in your CBCGPVisualManager - derived class to customize the gripper appearance.

Parameters
pDCA pointer to a control bar's device context.
rectGripperThe gripper's bounding rectangle.
bHorzSpecifies whether the control bar is docked horizontally (TRUE) or vertically (FALSE).
pBarA pointer to a control bar whose gripper is drawn.