int SetTipSide( int nLocation );
Return Value
A value that represents the tooltip control's previous location. The return value equals one of the possible values for nLocation.
Parameters
nLocation
Value representing the location at which to display the tooltip control. For a list of possible values, see the Win32 message TBM_SETTIPSIDE, as described in the Platform SDK.
Remarks
This member function implements the behavior of the Win32 message TBM_SETTIPSIDE, as described in the Platform SDK.
Slider controls that use the TBS_TOOLTIPS style display tooltips. For a description of the slider control styles, see Trackbar Control Styles in the Platform SDK.