TTM_TRACKPOSITIONTTM_TRACKPOSITION*
*Contents  *Index  *Topic Contents
*Previous Topic: TTM_TRACKACTIVATE
*Next Topic: TTM_UPDATE

TTM_TRACKPOSITION


TTM_TRACKPOSITION
    wParam = 0;
    lParam = (LPARAM)(DWORD) MAKELONG(xPos, yPos);

Sets the position of a tracking tooltip.

xPos and yPos
The x- and y-coordinates of the point at which the tracking tooltip will be displayed, in screen coordinates.

The tooltip control chooses where to display the tooltip window based on the coordinates you provide with this message. This causes the tooltip window to appear beside the tool to which it corresponds. To have tooltip windows displayed at specific coordinates, include the TTF_ABSOLUTE flag in the uFlags member of the TOOLINFO structure when adding the tool.

Version 4.70.

See also Tracking Tooltips, TTM_TRACKACTIVATE


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.