Contents Index Topic Contents | ||
Previous Topic: TreeView_GetTextColor Next Topic: TreeView_GetUnicodeFormat |
TreeView_GetToolTips
HWND TreeView_GetToolTips( HWND hwndTV );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.
- Returns the handle to the child tooltip control, or NULL if the control is not using tooltips.
- hwndTV
- Handle to a tree view control.
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.
Version 4.70
See also TreeView_SetToolTips
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.