###User Defined Function###
_GUICtrlEdit_GetCueBanner

###Description###
Gets the cue banner text displayed in the edit control

###Syntax###
#include <GuiEdit.au3>
_GUICtrlEdit_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 when there is no selection.

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

###Related###
_GUICtrlEdit_SetCueBanner

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