Property | Type | Description | |
---|---|---|---|
ChromiumWebBrowser | System | ||
IWebBrowserInternal | void | ||
IWebBrowserInternal | void | ||
IWebBrowserInternal | void | ||
IWebBrowserInternal | void | ||
IWebBrowserInternal | void | ||
IWebBrowserInternal | void | ||
IWebBrowserInternal | void | ||
IWebBrowserInternal | void | ||
IWebBrowserInternal | void | ||
IWebBrowserInternal | void | ||
NotifyMoveOrResizeStarted | void | ||
OnApplicationExit | void | ||
ResizeBrowser | void | ||
SetFocus | void |
Method | Description | |
---|---|---|
ChromiumWebBrowser ( string address ) : System | ||
GetBrowser ( ) : IBrowser | ||
Load ( String url ) : void | ||
RegisterAsyncJsObject ( string name, object objectToBind, bool camelCaseJavascriptNames = true ) : void | ||
RegisterJsObject ( string name, object objectToBind, bool camelCaseJavascriptNames = true ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnGotFocus ( |
||
OnHandleCreated ( |
||
OnSizeChanged ( |
Method | Description | |
---|---|---|
ChromiumWebBrowser ( ) : System | ||
IWebBrowserInternal ( ) : void | ||
IWebBrowserInternal ( AddressChangedEventArgs args ) : void | ||
IWebBrowserInternal ( ConsoleMessageEventArgs args ) : void | ||
IWebBrowserInternal ( FrameLoadEndEventArgs args ) : void | ||
IWebBrowserInternal ( FrameLoadStartEventArgs args ) : void | ||
IWebBrowserInternal ( LoadErrorEventArgs args ) : void | ||
IWebBrowserInternal ( LoadingStateChangedEventArgs args ) : void | ||
IWebBrowserInternal ( StatusMessageEventArgs args ) : void | ||
IWebBrowserInternal ( TitleChangedEventArgs args ) : void | ||
IWebBrowserInternal ( string tooltipText ) : void | ||
NotifyMoveOrResizeStarted ( ) : void | ||
OnApplicationExit ( object sender, |
||
ResizeBrowser ( ) : void | ||
SetFocus ( bool isFocused ) : void |
public ChromiumWebBrowser ( string address ) : System | ||
address | string | |
return | System |
protected OnGotFocus ( |
||
e | ||
return | void |
protected OnHandleCreated ( |
||
e | ||
return | void |
protected OnSizeChanged ( |
||
e | ||
return | void |
public RegisterAsyncJsObject ( string name, object objectToBind, bool camelCaseJavascriptNames = true ) : void | ||
name | string | |
objectToBind | object | |
camelCaseJavascriptNames | bool | |
return | void |
public RegisterJsObject ( string name, object objectToBind, bool camelCaseJavascriptNames = true ) : void | ||
name | string | |
objectToBind | object | |
camelCaseJavascriptNames | bool | |
return | void |