CSliderCtrl::GetToolTips
CToolTipCtrl* GetToolTips( ) const;
Return Value
A pointer to a CToolTipCtrl object, or NULL if tooltips are not in use. If the slider control does not use the TBS_TOOLTIPS style, the return value is NULL.
Remarks
This member function implements the behavior of the Win32 message , as described in the Platform SDK.
Note that this member function returns a CToolTipCtrl object instead of a handle to a control.
For a description of the slider control styles, see in the Platform SDK.
CSliderCtrl Overview | Class Members | Hierarchy Chart
See Also CSliderCtrl::SetToolTips