###User Defined Function###
_GUICtrlTreeView_SetToolTips

###Description###
Sets the handle to the child ToolTip control

###Syntax###
#include <GuiTreeView.au3>
_GUICtrlTreeView_SetToolTips ( $hWnd, $hToolTip )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$hToolTip
	Handle to a ToolTip control
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	a handle to the previous ToolTip control.
Failure:	0 if the control is not using ToolTips.
@@End@@


###Remarks###
When created, controls automatically create a ToolTip control.
To cause a control not to use ToolTips, create the control with the $TVS_NOTOOLTIPS style.


###Related###
_GUICtrlTreeView_GetToolTips


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