Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.29 KB

nf-commctrl-treeview_gettooltips.md

File metadata and controls

69 lines (57 loc) · 2.29 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:commctrl.TreeView_GetToolTips
TreeView_GetToolTips macro (commctrl.h)
Retrieves the handle to the child tooltip control used by a tree-view control. You can use this macro or send the TVM_GETTOOLTIPS message explicitly.
TreeView_GetToolTips
TreeView_GetToolTips macro [Windows Controls]
_win32_TreeView_GetToolTips
_win32_TreeView_GetToolTips_cpp
commctrl/TreeView_GetToolTips
controls.TreeView_GetToolTips
controls._win32_TreeView_GetToolTips
controls\TreeView_GetToolTips.htm
Controls
VS|Controls|~\controls\treeview\macros\treeview_gettooltips.htm
12/05/2018
TreeView_GetToolTips, TreeView_GetToolTips macro [Windows Controls], _win32_TreeView_GetToolTips, _win32_TreeView_GetToolTips_cpp, commctrl/TreeView_GetToolTips, controls.TreeView_GetToolTips, controls._win32_TreeView_GetToolTips
commctrl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
19H1
TreeView_GetToolTips
commctrl/TreeView_GetToolTips
c++
APIRef
kbSyntax
HeaderDef
Commctrl.h
TreeView_GetToolTips

TreeView_GetToolTips macro

-description

Retrieves the handle to the child tooltip control used by a tree-view control. You can use this macro or send the TVM_GETTOOLTIPS message explicitly.

-parameters

-param hwnd

Type: HWND

Handle to a tree-view control.

-remarks

When created, tree-view controls automatically create a child tooltip control. To prevent a tree-view control from using tooltips, create the control with the TVS_NOTOOLTIPS style.

-see-also

TreeView_SetToolTips