2 references to SetMenu
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.SetMenu.cs (2)
12
BOOL result =
SetMenu
(hWnd.Handle, hMenu);
22
BOOL result =
SetMenu
(hWnd.Handle, hMenu.Handle);