TTN_GETDISPINFOTTN_GETDISPINFO*
*



Contents  *



Index  *Topic Contents
*Previous Topic: NM_CUSTOMDRAW (tooltip)
*Next Topic: TTN_POP

TTN_GETDISPINFO


TTN_GETDISPINFO
    lpnmtdi = (LPNMTTDISPINFO)lParam;

#define TTN_NEEDTEXT TTN_GETDISPINFO

Sent by a tooltip control to retrieve information needed to display a tooltip window. This notification supersedes the TTN_NEEDTEXT notification. This notification is sent in the form of a WM_NOTIFY message.

lpnmtdi
Address of an NMTTDISPINFO structure that identifies the tool that needs text and receives the requested information.

Fill the structure's appropriate fields to return the requested information to the tooltip control. If your message handler sets the uFlags field of the NMTTDISPINFO structure to TTF_DI_SETITEM, the tooltip control stores the information and will not request it again.

Version 4.70


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