LVM_SETTOOLTIPS message

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

Parameters

wParam

Handle to the tooltip control to be set.

lParam

Must be zero.

Return value

Returns the handle to the previous tooltip control.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Commctrl.h

See also

LVM_GETTOOLTIPS