void SetToolTips( CToolTipCtrl* pWndTip );
Parameters
pWndTip
A pointer to a CToolTipCtrl object containing the tooltips to use with the slider control.
Remarks
This member function implements the behavior of the Win32 message TBM_SETTOOLTIPS, as described in the Platform SDK.
When a slider control is created with the TBS_TOOLTIPS style, it creates a default tooltip control that appears next to the slider, displaying the slider's current position. For a description of the slider control styles, see Trackbar Control Styles in the Platform SDK.
CSliderCtrl Overview | Class Members | Hierarchy Chart
See Also CSliderCtrl::GetToolTips