3 references to ControlBoxMenuItem
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MDIControlStrip.cs (3)
40
minimize = new
ControlBoxMenuItem
(hMenu, NativeMethods.SC_MINIMIZE, target);
41
close = new
ControlBoxMenuItem
(hMenu, NativeMethods.SC_CLOSE, target);
42
restore = new
ControlBoxMenuItem
(hMenu, NativeMethods.SC_RESTORE, target);