Contents Index Topic Contents | ||
Previous Topic: LVM_SETTEXTCOLOR Next Topic: LVM_SETUNICODEFORMAT |
LVM_SETTOOLTIPS
LVM_SETTOOLTIPS wParam = 0; lParam = (LPARAM)(HWND)hwndToolTip;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.
- Returns the handle to the previous tooltip control.
- hwndToolTip
- Handle to the tooltip control to be set.
See also LVM_GETTOOLTIPS
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.