Contents Index Topic Contents | ||
Previous Topic: TVN_GETDISPINFO Next Topic: TVN_ITEMEXPANDED |
TVN_GETINFOTIP
TVN_GETINFOTIP lpGetInfoTip = (LPNMTVGETINFOTIP)lParam;Sent by a tree view control that has the TVS_INFOTIP style. This notification is sent when the control is requesting additional text information to be displayed in a tooltip. The notification is sent in the form of a WM_NOTIFY message.
- The control ignores the return value for this notification.
- lpGetInfoTip
- Address of an NMTVGETINFOTIP structure that contains information about this notification.
This notification is only sent by tree view controls that have the TVS_INFOTIP style.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.