###User Defined Function###
_GUICtrlSlider_SetToolTips

###Description###
Assigns a ToolTip control to a slider control

###Syntax###
#include <GuiSlider.au3>
_GUICtrlSlider_SetToolTips ( $hWnd, $hWndTT )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$hWndTT
	Handle to an existing ToolTip control
@@End@@

###ReturnValue###
None.


###Remarks###
When a slider 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.


###Related###
_GUICtrlSlider_GetToolTips


###Example###
@@IncludeExample@@
