TVM_SETTOOLTIPSTVM_SETTOOLTIPS*
*Contents  *Index  *Topic Contents
*Previous Topic: TVM_SETTEXTCOLOR
*Next Topic: TVM_SETUNICODEFORMAT

TVM_SETTOOLTIPS


TVM_SETTOOLTIPS
    wParam = (WPARAM)(HWND) hwndTooltip;
    lParam = 0;

Sets a tree view control's child tooltip control. You can send this message explicitly or by using the TreeView_SetToolTips macro.

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 TVM_GETTOOLTIPS


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