CTrackbar.SetTipSidemethod
Positions a ToolTip control used by a trackbar control.
Syntax
FUNCTION SetTipSide (BYVAL hTrackbar AS HWND, BYVAL fLocation AS LONG) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hTrackbar | Handle to the trackbar control. | |
fLocation | Value representing the location at which to display the tooltip control. This value can be one of the following: |
Return value
Returns a value that represents the tooltip control's previous location. The return value equals one of the possible values for fLocation.
Description
Positions a tooltip control used by a trackbar control. Trackbar controls that use the TBS_TOOLTIPS style display tooltips.
Reference
- Include file
CTrackbar.inc - Defined in AfxNova/CTrackbar.inc:405
- Documented in Windows/WIndows Controls/CTrackbar Class.md
- Topic: CTrackbar Class