###User Defined Function###
_GUICtrlComboBox_SetTopIndex

###Description###
Ensure that a particular item is visible in the ListBox of a ComboBox

###Syntax###
#include <GuiComboBox.au3>
_GUICtrlComboBox_SetTopIndex ( $hWnd, $iIndex )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$iIndex
	Specifies the 0-based index of the list item
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True.
Failure:	False.
@@End@@


###Remarks###
The system scrolls the ListBox contents so that either the specified item appears at the top of the list box or the maximum scroll range has been reached.


###Related###
_GUICtrlComboBox_GetTopIndex


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