4 references to CancelEdit
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
5826
m.Result = (IntPtr)(e.
CancelEdit
? 1 : 0);
5827
listViewState[LISTVIEWSTATE_inLabelEdit] = !e.
CancelEdit
;
5844
m.Result = (IntPtr)(e.
CancelEdit
? 0 : 1);
5847
if (!e.
CancelEdit
&& nmlvdp.item.pszText != null)