Contents Index Topic Contents | ||
Previous Topic: ListView_GetTextColor Next Topic: ListView_GetTopIndex |
ListView_GetToolTips
HWND ListView_GetToolTips( HWND hwnd );Retrieves the tooltip control that the list view control uses to display tooltips. You can use this macro or send the LVM_GETTOOLTIPS message explicitly.
- Returns the handle to the tooltip control.
- hwnd
- Handle to the list view control.
See also ListView_SetToolTips
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.