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 TBM_GETTOOLTIPS, 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 Trackbar Control Styles in the Platform SDK.

CSliderCtrl OverviewClass MembersHierarchy Chart

See Also   CSliderCtrl::SetToolTips