TVN_GETINFOTIP notification code
Sent by a tree-view control that has the TVS_INFOTIP style. This notification code is sent when the control is requesting additional text information to be displayed in a tooltip. The notification code is sent in the form of a WM_NOTIFY message.
TVN_GETINFOTIP
lpGetInfoTip = (LPNMTVGETINFOTIP)lParam;
Parameters
- lParam
-
Pointer to an NMTVGETINFOTIP structure that contains information about this notification code.
Return value
The control ignores the return value for this notification code.
Remarks
This notification code is only sent by tree-view controls that have the TVS_INFOTIP style.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Unicode and ANSI names | TVN_GETINFOTIPW (Unicode) and TVN_GETINFOTIPA (ANSI) |
Send comments about this topic to Microsoft
Build date: 10/27/2012