TTM_DELTOOL (Windows CE 5.0)
This message removes a tool from a ToolTip control.
TTM_DELTOOLwParam= 0;lParam= (LPARAM) (LPTOOLINFO)lpti;
Parameters
- wParam
Not used. Set to 0. - lpti
Pointer to a TOOLINFO structure that specifies the tool that you want to remove. The hwnd and uId members of the structure identify the tool to remove, and the cbSize member specifies the size of the structure. All other members are ignored.
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