Contents Index Topic Contents | ||
Previous Topic: TBM_SETTICFREQ Next Topic: TBM_SETTOOLTIPS |
TBM_SETTIPSIDE
TBM_SETTIPSIDE wParam = (WPARAM)(int) fLocation; lParam = 0;Positions a tooltip control used by a trackbar control. Trackbar controls that use the TBS_TOOLTIPS style display tooltips.
- Returns a value that represents the tooltip control's previous location. The return value equals one of the possible values for fLocation.
- fLocation
- Value representing the location at which to display the tooltip control. This value can be one of the following:
TBTS_TOP The tooltip control will be positioned above the trackbar. This flag is for use with horizontal trackbars. TBTS_LEFT The tooltip control will be positioned to the left of the trackbar. This flag is for use with vertical trackbars. TBTS_BOTTOM The tooltip control will be positioned below the trackbar. This flag is for use with horizontal trackbars. TBTS_RIGHT The tooltip control will be positioned to the right of the trackbar. This flag is for use with vertical trackbars. Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.