###User Defined Function###
_GUICtrlSlider_GetTic

###Description###
Retrieves the logical position of a tick mark

###Syntax###
#include <GuiSlider.au3>
_GUICtrlSlider_GetTic ( $hWnd, $iTic )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$iTic
	0-based index identifying a tick mark. Valid indexes are in the range from zero to two less than the tick count returned by the <a href="_GUICtrlSlider_GetNumTics.htm">_GUICtrlSlider_GetNumTics()</a> depends on the <a href="_GUICtrlSlider_SetTicFreq.htm">_GUICtrlSlider_SetTicFreq()</a>.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the logical position of the specified tick mark.
Failure:	-1.
@@End@@


###Remarks###
None.


###Related###
_GUICtrlSlider_SetTic


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