NM_TOOLTIPSCREATEDNM_TOOLTIPSCREATED*
*



Contents  *



Index  *Topic Contents
*Previous Topic: NM_SETFOCUS
*Next Topic: Common Control Structures

NM_TOOLTIPSCREATED

Notifies a control's parent window that the control has created a tooltip control. This notification is sent in the form of a WM_NOTIFY message.

Syntax


NM_TOOLTIPSCREATED
    lpnmttc = (LPNMHDR) lParam; 

Parameters

lpnmttc
Address of an NMTOOLTIPSCREATED structure that contains additional information about this notification message.

Return Value


Unless otherwise specified, the control ignores the return value from this notification.

Remarks


Version 4.72


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