5 references to MIIM_SUBMENU
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MenuItem.cs (3)
477info.fMask = NativeMethods.MIIM_ID | NativeMethods.MIIM_SUBMENU; 880NativeMethods.MIIM_SUBMENU | NativeMethods.MIIM_TYPE | NativeMethods.MIIM_DATA; 1429info.fMask = NativeMethods.MIIM_TYPE | NativeMethods.MIIM_STATE | NativeMethods.MIIM_SUBMENU;
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (2)
314 info.fMask = NativeMethods.MIIM_SUBMENU; 315 info.fType = NativeMethods.MIIM_SUBMENU;