Contents Index Topic Contents | ||
Previous Topic: TTM_DELTOOL Next Topic: TTM_GETCURRENTTOOL |
TTM_ENUMTOOLS
TTM_ENUMTOOLS wParam = (WPARAM) (UINT) iTool; lParam = (LPARAM) (LPTOOLINFO) lpti;Retrieves the information that a tooltip control maintains about the current toolthat is, the tool for which the tooltip is currently displaying text.
- Returns TRUE if any tools are enumerated, or FALSE otherwise.
- iTool
- Zero-based index of the tool for which to retrieve information.
- lpti
- Address of a TOOLINFO structure that receives information about the tool. Before sending this message, the cbSize member must specify the size of the structure.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.