2 implementations of InsertMenus
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
699HRESULT IOleInPlaceFrame.Interface.InsertMenus(HMENU hmenuShared, OLEMENUGROUPWIDTHS* lpMenuWidths) => HRESULT.S_OK;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
139HRESULT IOleInPlaceFrame.Interface.InsertMenus(HMENU hmenuShared, OLEMENUGROUPWIDTHS* lpMenuWidths)
3 references to InsertMenus
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
277 return __object.InsertMenus(hmenuShared, lpMenuWidths);
Windows.Win32.System_Ole_IOleInPlaceFrame_Extensions.g.cs (2)
73 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceFrame.Interface.InsertMenus(winmdroot.UI.WindowsAndMessaging.HMENU, winmdroot.System.Ole.OLEMENUGROUPWIDTHS*)"/> 78 winmdroot.Foundation.HRESULT __result = @this.InsertMenus(hmenuShared, lpMenuWidthsLocal);