Contents Index Topic Contents | ||
Previous Topic: TVM_GETTEXTCOLOR Next Topic: TVM_GETUNICODEFORMAT |
TVM_GETTOOLTIPS
TVM_GETTOOLTIPS wParam = 0; lParam = 0;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.
- Returns the handle to the child tooltip control, or NULL if the control is not using tooltips.
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.
Version 4.70
See also TVM_SETTOOLTIPS
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.