TTM_DELTOOL message
Removes a tool from a tooltip control.
Parameters
-
wParam
- Must be zero.
-
lParam
-
Pointer to a TOOLINFO structure. The hwnd and uId members identify the tool to remove, and the cbSize member must specify the size of the structure. All other members are ignored.
Return value
No return value.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
Unicode and ANSI names |
TTM_DELTOOLW (Unicode) and TTM_DELTOOLA (ANSI) |
See also
-
Reference
-
Conceptual