TTN_GETDISPINFO (Compact 2013)

3/28/2014

This notification is sent by a ToolTip control to retrieve information needed to display a ToolTip window. The ToolTip control sends this message in the form of a WM_NOTIFY message.

Syntax

TTN_GETDISPINFO lpnmtdi = (LPNMTTDISPINFO)lParam;

Parameters

  • lpnmtdi
    Pointer to an NMTTDISPINFO structure that identifies the tool that needs text and receives the requested information.

Return Value

None.

Remarks

Fill in the appropriate members of the NMTTDISPINFO structure to return the requested information to the ToolTip control. If your message handler sets the uFlags member of the NMTTDISPINFO structure to TTF_DI_SETITEM, the ToolTip control stores the information and does not request the information again.

Requirements

Header

commctrl.h

See Also

Reference

ToolTips Notifications
WM_NOTIFY
NMTTDISPINFO