Contents Index Topic Contents | ||
Previous Topic: TTM_ADDTOOL Next Topic: TTM_ENUMTOOLS |
TTM_DELTOOL
TTM_DELTOOL wParam = 0; lParam = (LPARAM) (LPTOOLINFO) lpti;Removes a tool from a tooltip control.
- No return value.
- lpti
- Address of 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.