2 implementations of RemoveMenus
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
703HRESULT IOleInPlaceFrame.Interface.RemoveMenus(HMENU hmenuShared) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
145HRESULT IOleInPlaceFrame.Interface.RemoveMenus(HMENU hmenuShared) => HRESULT.E_NOTIMPL;
1 reference to RemoveMenus
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
350 return __object.RemoveMenus(hmenuShared);