IChromiumWebBrowserBase Properties |
The IChromiumWebBrowserBase type exposes the following members.
Name | Description | |
---|---|---|
Address |
The address (URL) which the browser control is currently displaying.
Will automatically be updated as the user navigates to another page (e.g. by clicking on a link).
| |
BrowserCore |
Returns the current IBrowser Instance or null.
IBrowser is the the underlying CefBrowser
instance and provides access to frames/browserhost etc.
| |
CanGoBack |
A flag that indicates whether the state of the control current supports the GoBack action (true) or not (false).
| |
CanGoForward |
A flag that indicates whether the state of the control currently supports the GoForward action (true) or not (false).
| |
IsBrowserInitialized |
A flag that indicates whether the WebBrowser is initialized (true) or not (false).
| |
IsDisposed |
A flag that indicates whether the WebBrowser has been disposed () or not ()
| |
IsLoading |
A flag that indicates whether the control is currently loading one or more web pages (true) or not (false).
|