Improve this Doc View Source

Class ExtendedWebBrowserForms.ExtendedWebBrowserSite

Inheritance
System.Object
System.Windows.Forms.WebBrowserSiteBase
System.Windows.Forms.WebBrowser.WebBrowserSite
ExtendedWebBrowserForms.ExtendedWebBrowserSite
Namespace:Dapplo.HttpExtensions.Desktop
Assembly:Dapplo.HttpExtensions.dll
Syntax
protected class ExtendedWebBrowserSite : WebBrowser.WebBrowserSite, IDisposable, IOleCommandTarget

Constructors

| Improve this Doc View Source

ExtendedWebBrowserSite(WebBrowser)

Declaration
public ExtendedWebBrowserSite(WebBrowser wb)
Parameters
Type Name Description
System.Windows.Forms.WebBrowser wb

Methods

| Improve this Doc View Source

Exec(Guid, Int32, Int32, IntPtr, IntPtr)

Declaration
public int Exec(Guid pguidCmdGroup, int nCmdId, int nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
Parameters
Type Name Description
System.Guid pguidCmdGroup
System.Int32 nCmdId
System.Int32 nCmdexecopt
System.IntPtr pvaIn
System.IntPtr pvaOut
Returns
Type Description
System.Int32
| Improve this Doc View Source

QueryStatus(Guid, Int32, IntPtr, IntPtr)

Declaration
public int QueryStatus(Guid pguidCmdGroup, int cCmds, IntPtr prgCmds, IntPtr pCmdText)
Parameters
Type Name Description
System.Guid pguidCmdGroup
System.Int32 cCmds
System.IntPtr prgCmds
System.IntPtr pCmdText
Returns
Type Description
System.Int32