Help Center

CTrackbar.GetTooltipsmethod

Retrieves the handle to the ToolTip control assigned to the trackbar, if any.

WindowsmethodCTrackbar.incdocumented

Syntax

FUNCTION GetTooltips (BYVAL hTrackbar AS HWND) AS HWND

Parameters

NameDescription
hTrackbarHandle to the trackbar control.

Return value

Returns the handle to the tooltip control assigned to the trackbar, or NULL if tooltips are not in use. If the trackbar control does not use the TBS_TOOLTIPS style, the return value is NULL.

Description

Retrieves the handle to the tooltip control assigned to the trackbar, if any.

Reference

  • Include file CTrackbar.inc
  • Defined in AfxNova/CTrackbar.inc:278
  • Documented in Windows/WIndows Controls/CTrackbar Class.md
  • Topic: CTrackbar Class