###User Defined Function###
_GUICtrlComboBox_GetCueBanner

###Description###
Gets the cue banner text displayed in the edit control of a combo box

###Syntax###
#include <GuiComboBox.au3>
_GUICtrlComboBox_GetCueBanner ( $hWnd )


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

###ReturnValue###
@@ReturnTable@@
Success:	the cue banner text.
Failure:	an empty string "".
@@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_SetCueBanner


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