Method | Description | |
---|---|---|
ExecuteScriptFunction ( string functionName ) : void | ||
ExecuteScriptFunction ( string functionName, string arg ) : void | ||
InvokeOnBrowserSafeThread ( System.Action a ) : void | ||
WinFormsBrowserBridge ( System.Windows.Forms.WebBrowser browser ) : System |
Method | Description | |
---|---|---|
EnhanceDOM ( string viewFilename ) : void | ||
LoadUrl ( |
Method | Description | |
---|---|---|
HandleDocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void | ||
HandleNavigated ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void | ||
WinFormsBrowserBridge ( ) : System |
protected EnhanceDOM ( string viewFilename ) : void | ||
viewFilename | string | |
return | void |
public ExecuteScriptFunction ( string functionName ) : void | ||
functionName | string | |
return | void |
public ExecuteScriptFunction ( string functionName, string arg ) : void | ||
functionName | string | |
arg | string | |
return | void |
public InvokeOnBrowserSafeThread ( System.Action a ) : void | ||
a | System.Action | |
return | void |
protected LoadUrl ( |
||
uri | ||
onLoaded | System.Action | |
return | void |
public WinFormsBrowserBridge ( System.Windows.Forms.WebBrowser browser ) : System | ||
browser | System.Windows.Forms.WebBrowser | |
return | System |