Contents Index Topic Contents | ||
Previous Topic: TTM_ACTIVATE Next Topic: TTM_DELTOOL |
TTM_ADDTOOL
TTM_ADDTOOL wParam = 0; lParam = (LPARAM) (LPTOOLINFO) lpti;Registers a tool with a tooltip control.
- Returns TRUE if successful, or FALSE otherwise.
- lpti
- Address of a TOOLINFO structure containing information that the tooltip control needs to display text for the tool. The cbSize member of this structure must be filled in before sending this message.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.