3 references to SC_RESTORE
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
2997
PInvoke.EnableMenuItem(hmenu, PInvoke.
SC_RESTORE
, MENU_ITEM_FLAGS.MF_BYCOMMAND | MENU_ITEM_FLAGS.MF_GRAYED);
3001
PInvoke.EnableMenuItem(hmenu, PInvoke.
SC_RESTORE
, MENU_ITEM_FLAGS.MF_BYCOMMAND | MENU_ITEM_FLAGS.MF_ENABLED);
System\Windows\Forms\MDI\MDIControlStrip.cs (1)
32
_restore = new ControlBoxMenuItem(hMenu, PInvoke.
SC_RESTORE
, target);