LVN_GETINFOTIPLVN_GETINFOTIP*
*Contents  *Index  *Topic Contents
*Previous Topic: LVN_GETDISPINFO
*Next Topic: LVN_INSERTITEM

LVN_GETINFOTIP


LVN_GETINFOTIP
    pGetInfoTip = (LPNMLVGETINFOTIP)lParam;

Sent by a large icon view list view control that has the LVS_EX_INFOTIP extended style. This notification is sent when the list view control is requesting additional text information to be displayed in a tooltip. It is sent in the form of a WM_NOTIFY message.

pGetInfoTip
Address of an NMLVGETINFOTIP structure that contains information about this notification.

This notification is only sent by list view controls that have the LVS_ICON style and the LVS_EX_INFOTIP extended style.

Version 4.71


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