4 references to GetMenu
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
891
HMENU hMenu = PInvoke.
GetMenu
(toplevelControl);
System\Windows\Forms\Form.cs (2)
6200
HMENU hMenu = PInvoke.
GetMenu
(this);
6345
HMENU hMenu = PInvoke.
GetMenu
(this);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.GetMenu.cs (1)
12
HMENU result =
GetMenu
(hWnd.Handle);