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