ListView_GetToolTipsListView_GetToolTips*
*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.

hwnd
Handle to the list view control.

See also ListView_SetToolTips


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.