TreeView_ShowInfoTip macro (commctrl.h)
Shows the infotip for a specified item in a tree-view control. Use this macro or send the TVM_SHOWINFOTIP message explicitly.
Syntax
DWORD TreeView_ShowInfoTip(
HWND hwnd,
HITEM hitem
);
Parameters
hwnd
Type: HWND
Handle to the tree-view control.
hitem
Type: HITEM
Handle to the item.
Return value
Type: DWORD
Return value is ignored.
Remarks
Most applications do not use this macro. Infotips are shown automatically. For more information, see Using Tree-view Infotips in the About Tree-View Controls overview.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |