TTM_UPDATETIPTEXT (Compact 2013)

3/28/2014

This message sets the ToolTip text for a tool.

Syntax

TTM_UPDATETIPTEXT wParam = 0;
    lParam = (LPARAM) (LPTOOLINFO) lpti;

Parameters

  • wParam
    Not used. Set to 0.
  • lpti
    Pointer to a TOOLINFO structure. The hinst and lpszText members of the structure must specify the instance handle and the address of the text. The hwnd and uId members identify the tool to update. Set the cbSize member of this structure before you send this message.

Return Value

None.

Requirements

Header

commctrl.h

See Also

Reference

ToolTips Messages
TOOLINFO