Contents Index Topic Contents | ||
Previous Topic: TB_SETSTYLE Next Topic: TB_SETUNICODEFORMAT |
TB_SETTOOLTIPS
TB_SETTOOLTIPS wParam = (WPARAM) (HWND) hwndToolTip; lParam = 0;Associates a tooltip control with a toolbar.
- No return value.
- hwndToolTip
- Handle to the tooltip control.
Any buttons added to a toolbar before sending the TB_SETTOOLTIPS message will not be registered with the tooltip control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.