TTM_UPDATETIPTEXT (Windows CE 5.0)
This message sets the ToolTip text for a tool.
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 Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors