###Function###
GUICtrlCreateDummy

###Description###
Creates a Dummy control for the GUI.

###Syntax###
GUICtrlCreateDummy (  )


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	the identifier (controlID) of the new control.
Failure:	0.
@@End@@


###Remarks###
This control can receive messages through a <a href="GUICtrlSendToDummy.htm">GUICtrlSendToDummy()</a> call. The control will &quot;notify&quot; as normal and the value sent with GUISendToDummy can be read with <a href="GUICtrlRead.htm">GUICtrlRead()</a>.


###Related###
GUICtrlRead, GUICtrlSendToDummy, GUICtrlSetData, GUICtrlSetOnEvent


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