###User Defined Function###
_GUICtrlComboBox_SetCueBanner

###Description###
Sets the cue banner text that is displayed for the edit control of a combo box

###Syntax###
#include <GuiComboBox.au3>
_GUICtrlComboBox_SetCueBanner ( $hWnd, $sText )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$sText
	String that contains the text
@@End@@

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


###Remarks###
The cue banner is text that is displayed in the edit control of a combo box when there is no selection.

<strong>Windows Vista or later</strong>.


###Related###
_GUICtrlComboBox_GetCueBanner


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