2 implementations of EnableModeless
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
707
HRESULT IOleInPlaceFrame.Interface.
EnableModeless
(BOOL fEnable) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
149
HRESULT IOleInPlaceFrame.Interface.
EnableModeless
(BOOL fEnable) => HRESULT.E_NOTIMPL;
1 reference to EnableModeless
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleInPlaceFrame.g.cs (1)
430
return __object.
EnableModeless
(fEnable);