TreeView_SetToolTipsTreeView_SetToolTips*
*Contents  *Index  *Topic Contents
*Previous Topic: TreeView_SetTextColor
*Next Topic: TreeView_SetUnicodeFormat

TreeView_SetToolTips


HWND TreeView_SetToolTips(
    HWND hwndTV,
    HWND hwndTooltip
);

Sets a tree view control's child tooltip control. You can use this macro or send the TVM_SETTOOLTIPS message explicitly.

hwndTV
Handle to a tree view control.
hwndTooltip
Handle to a tooltip 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_GetToolTips


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.