TVM_GETTOOLTIPS message
Retrieves the handle to the child tooltip control used by a tree-view control. You can send this message explicitly or by using the TreeView_GetToolTips macro.
Parameters
-
wParam
- Must be zero.
-
lParam
- Must be zero.
Return value
Returns the handle to the child tooltip control, or NULL if the control is not using tooltips.
Remarks
When created, tree-view controls automatically create a child tooltip control. To cause a tree-view control not to use tooltips, create the control with the TVS_NOTOOLTIPS style.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|