ListView_SetToolTipsListView_SetToolTips*
*Contents  *Index  *Topic Contents
*Previous Topic: ListView_SetTextColor
*Next Topic: ListView_SetUnicodeFormat

ListView_SetToolTips


HWND ListView_SetToolTips(
    HWND hwnd,
    HWND hwndToolTip
);

Sets the tooltip control that the list view control will use to display tooltips. You can use this macro or send the LVM_SETTOOLTIPS message explicitly.

hwnd
Handle to the list view control.
hwndToolTip
Handle to the tooltip control to be set.

See also ListView_GetToolTips


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