Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the handle to the tooltip control assigned to the slider control, if any.
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 Windows 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 Windows SDK.
Requirements
Header: afxcmn.h