###User Defined Function###
_GUICtrlListView_GetHoverTime

###Description###
Retrieves the amount of time that the mouse cursor must hover over an item before it is selected

###Syntax###
#include <GuiListView.au3>
_GUICtrlListView_GetHoverTime ( $hWnd )


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

###ReturnValue###
Returns the amount of time, in milliseconds, that the mouse cursor must hover over an item before it is selected. If the return value is (DWORD)-1, then the hover time is the default hover time.


###Remarks###
The hover time only affects list-view controls that have the $LVS_EX_TRACKSELECT, $LVS_EX_ONECLICKACTIVATE or $LVS_EX_TWOCLICKACTIVATE extended list-view style.


###Related###
_GUICtrlListView_SetHoverTime


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