9 references to NM_CLICK
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ListView.cs (2)
5964
case NativeMethods.
NM_CLICK
:
5973
MouseButtons button = nmhdr->code == NativeMethods.
NM_CLICK
? MouseButtons.Left : MouseButtons.Right;
winforms\Managed\System\WinForms\StatusBar.cs (2)
1072
case NativeMethods.
NM_CLICK
:
1174
case NativeMethods.
NM_CLICK
:
winforms\Managed\System\WinForms\TreeView.cs (5)
3013
case NativeMethods.
NM_CLICK
:
3023
if (nmtv->nmhdr.code != NativeMethods.
NM_CLICK
3025
button = nmtv->nmhdr.code == NativeMethods.
NM_CLICK
3032
if (nmtv->nmhdr.code != NativeMethods.
NM_CLICK
3055
if (nmtv->nmhdr.code != NativeMethods.
NM_CLICK