Improve this Doc
View Source
Inheritance
System.Object
System.Windows.Forms.WebBrowserSiteBase
System.Windows.Forms.WebBrowser.WebBrowserSite
ExtendedWebBrowserForms.ExtendedWebBrowserSite
Namespace:Dapplo.HttpExtensions.Desktop
Assembly:Dapplo.HttpExtensions.dll
protected class ExtendedWebBrowserSite : WebBrowser.WebBrowserSite, IDisposable, IOleCommandTarget
Constructors
|
Improve this Doc
View Source
Declaration
public ExtendedWebBrowserSite(WebBrowser wb)
Parameters
Type |
Name |
Description |
System.Windows.Forms.WebBrowser |
wb |
|
Methods
|
Improve this Doc
View Source
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
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 |
|