Contents Index Topic Contents | ||
Previous Topic: TBM_SETTIPSIDE Next Topic: TBM_SETUNICODEFORMAT |
TBM_SETTOOLTIPS
TBM_SETTOOLTIPS wParam = (WPARAM)(HWND) hwndTT; lParam = 0;Assigns a tooltip control to a trackbar control.
- The return value for this message is not used.
- hwndTT
- Handle to an existing tooltip control.
When a trackbar control is created with the TBS_TOOLTIPS style, it creates a default tooltip control that appears next to the slider, displaying the slider's current position.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.