3 references to GetMenu
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.GetMenu.cs (2)
8
/// <inheritdoc cref="
GetMenu
(HWND)"/>
12
HMENU result =
GetMenu
(hWnd.Handle);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MdiControlStripTests.cs (1)
308
IntPtr menuHandle = PInvoke.
GetMenu
((HWND)mdiParent.Handle);