###User Defined Function###
_GUICtrlComboBoxEx_SetMinVisible

###Description###
Set the minimum number of visible items in the drop-down list of a ComboBox

###Syntax###
#include <GuiComboBoxEx.au3>
_GUICtrlComboBoxEx_SetMinVisible ( $hWnd, $iMinimum )


###Parameters###
@@ParamTable@@
$hWnd
	Handle to the control
$iMinimum
	Specifies the minimum number of visible items
@@End@@

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


###Remarks###
When the number of items in the drop-down list is greater than the minimum, the Combobbox uses a scrollbar. By default, 30 is the minimum number of visible items.

This message is ignored if the combo box control has style $CBS_NOINTEGRALHEIGHT.


###Related###
_GUICtrlComboBoxEx_GetMinVisible


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