TTM_TRACKPOSITION (Windows CE 5.0)

Send Feedback

This message sets the position of a tracking ToolTip.

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

Parameters

  • wParam
    Not used. Set to 0.
  • xPos
    The x-coordinate of the point at which you want to display the tracking ToolTip, in screen coordinates.
  • yPos
    The y-coordinate of the point at which you want to display the tracking ToolTip, in screen coordinates.

Return Values

None.

Remarks

The ToolTip control determines where to display the ToolTip window based on the coordinates that you provide in this message. Windows CE interprets these coordinates relative to the tool, so that the ToolTip window appears beside the tool to which the ToolTip corresponds. To display ToolTip windows at specific absolute coordinates, include the TTF_ABSOLUTE flag in the uFlags member of the TOOLINFO structure when you add the tool.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrl.h.

See Also

TTM_ADDTOOL | TTM_TRACKACTIVATE | TOOLINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.