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