4 references to SetMenu
System.Windows.Forms.Primitives (4)
Windows\Win32\PInvoke.SetMenu.cs (4)
8/// <inheritdoc cref="SetMenu(HWND, HMENU)"/> 12BOOL result = SetMenu(hWnd.Handle, hMenu); 17/// <inheritdoc cref="SetMenu(HWND, HMENU)"/> 22BOOL result = SetMenu(hWnd.Handle, hMenu.Handle);