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