###User Defined Function###
_GUICtrlListView_CancelEditLabel

###Description###
Cancels an item text editing operation

###Syntax###
#include <GuiListView.au3>
_GUICtrlListView_CancelEditLabel ( $hWnd )


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

###ReturnValue###
None.


###Remarks###
None.


###Related###
_GUICtrlListView_EditLabel, _GUICtrlListView_GetEditControl


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