6 references to NM_RCLICK
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListView.cs (2)
5967
goto case NativeMethods.
NM_RCLICK
;
5969
case NativeMethods.
NM_RCLICK
:
winforms\Managed\System\WinForms\StatusBar.cs (2)
1076
case NativeMethods.
NM_RCLICK
:
1175
case NativeMethods.
NM_RCLICK
:
winforms\Managed\System\WinForms\TreeView.cs (2)
3014
case NativeMethods.
NM_RCLICK
:
3041
if (nmtv->nmhdr.code == NativeMethods.
NM_RCLICK
) {