TVM_SHOWINFOTIP message

Shows the infotip for a specified item in a tree-view control. You can send this message explicitly or by using the TreeView_ShowInfoTip macro..

Parameters

wParam
Must be zero.
lParam [in]

Handle to the item.

Return value

Returns zero.

Remarks

Most applications do not use this message. Infotips are shown automatically. For more information, see Using Tree-view Infotips in the About Tree-View Controls overview.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Commctrl.h

 

 

Show: