###User Defined Function###
_GUICtrlEdit_Undo

###Description###
Undoes the last edit control operation in the control's undo queue

###Syntax###
#include <GuiEdit.au3>
_GUICtrlEdit_Undo ( $hWnd )


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

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


###Remarks###
An undo operation can also be undone.
For example, you can restore deleted text with the first <a href="_GUICtrlEdit_Undo.htm">_GUICtrlEdit_Undo()</a>, and remove the text again with a second <a href="_GUICtrlEdit_Undo.htm">_GUICtrlEdit_Undo()</a> as long as there is no intervening edit operation.


###Related###
_GUICtrlEdit_CanUndo, _GUICtrlEdit_EmptyUndoBuffer, _GUICtrlEdit_GetModify


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