TTM_DELTOOL (Windows Embedded CE 6.0)
1/6/2010
This message removes a tool from a ToolTip control.
Syntax
TTM_DELTOOL wParam = 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 Value
None.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |