TTN_NEEDTEXT (Windows CE 5.0)

Send Feedback

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

TTN_NEEDTEXT lpnmtdi = (LPNMTTDISPINFO) lParam;

Parameters

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

Return Value

The return value for this notification is not used.

Remarks

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.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Commctrl.h.

See Also

ToolTips Notifications

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.