4 references to SC_CLOSE
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (3)
3263
UnsafeNativeMethods.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.
SC_CLOSE
,
3267
UnsafeNativeMethods.EnableMenuItem(new HandleRef(this, hmenu), NativeMethods.
SC_CLOSE
,
7415
case NativeMethods.
SC_CLOSE
:
winforms\Managed\System\WinForms\MDIControlStrip.cs (1)
41
close = new ControlBoxMenuItem(hMenu, NativeMethods.
SC_CLOSE
, target);