1 implementation of IDocHostUIHandler
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
18protected class WebBrowserSite : WebBrowserSiteBase, IDocHostUIHandler
15 references to IDocHostUIHandler
System.Windows.Forms (15)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (15)
29unsafe HRESULT IDocHostUIHandler.ShowContextMenu(uint dwID, Point* pt, object pcmdtReserved, object pdispReserved) 58unsafe HRESULT IDocHostUIHandler.GetHostInfo(MsHtml.DOCHOSTUIINFO* pInfo) 92HRESULT IDocHostUIHandler.EnableModeless(BOOL fEnable) 97HRESULT IDocHostUIHandler.ShowUI( 107HRESULT IDocHostUIHandler.HideUI() 112HRESULT IDocHostUIHandler.UpdateUI() 117HRESULT IDocHostUIHandler.OnDocWindowActivate(BOOL fActivate) 122HRESULT IDocHostUIHandler.OnFrameWindowActivate(BOOL fActivate) 127unsafe HRESULT IDocHostUIHandler.ResizeBorder(RECT* rect, IOleInPlaceUIWindow.Interface doc, BOOL fFrameWindow) 132HRESULT IDocHostUIHandler.GetOptionKeyPath(string[] pbstrKey, uint dw) 137HRESULT IDocHostUIHandler.GetDropTarget(OleIDropTarget.Interface pDropTarget, out OleIDropTarget.Interface? ppDropTarget) 145HRESULT IDocHostUIHandler.GetExternal(out object? ppDispatch) 152unsafe HRESULT IDocHostUIHandler.TranslateAccelerator(MSG* lpMsg, Guid* pguidCmdGroup, uint nCmdID) 174HRESULT IDocHostUIHandler.TranslateUrl(uint dwTranslate, string strUrlIn, out string? pstrUrlOut) 182HRESULT IDocHostUIHandler.FilterDataObject(ComTypes.IDataObject pDO, out ComTypes.IDataObject? ppDORet)