IWebBrowser Properties |
The IWebBrowser 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).
(Inherited from IChromiumWebBrowserBase.) | |
AudioHandler |
Implement IAudioHandler to handle audio events.
| |
BrowserCore |
Returns the current IBrowser Instance or null.
IBrowser is the the underlying CefBrowser
instance and provides access to frames/browserhost etc.
(Inherited from IChromiumWebBrowserBase.) | |
CanExecuteJavascriptInMainFrame |
A flag that indicates if you can execute javascript in the main frame.
Flag is set to true in IRenderProcessMessageHandler.OnContextCreated.
and false in IRenderProcessMessageHandler.OnContextReleased
| |
CanGoBack |
A flag that indicates whether the state of the control current supports the GoBack action (true) or not (false).
(Inherited from IChromiumWebBrowserBase.) | |
CanGoForward |
A flag that indicates whether the state of the control currently supports the GoForward action (true) or not (false).
(Inherited from IChromiumWebBrowserBase.) | |
DialogHandler |
Implement IDialogHandler and assign to handle dialog events.
| |
DisplayHandler |
Implement IDisplayHandler and assign to handle events related to browser display state.
| |
DownloadHandler |
Implement IDownloadHandler and assign to handle events related to downloading files.
| |
DragHandler |
Implement IDragHandler and assign to handle events related to dragging.
| |
FindHandler |
Implement IFindHandler to handle events related to find results.
| |
FocusHandler |
Implement IFocusHandler and assign to handle events related to the browser component's focus
| |
FrameHandler |
Implement IFrameHandler to handle frame events.
| |
IsBrowserInitialized |
A flag that indicates whether the WebBrowser is initialized (true) or not (false).
(Inherited from IChromiumWebBrowserBase.) | |
IsDisposed |
A flag that indicates whether the WebBrowser has been disposed () or not ()
(Inherited from IChromiumWebBrowserBase.) | |
IsLoading |
A flag that indicates whether the control is currently loading one or more web pages (true) or not (false).
(Inherited from IChromiumWebBrowserBase.) | |
JavascriptObjectRepository |
The javascript object repository, one repository per ChromiumWebBrowser instance.
| |
JsDialogHandler |
Implement IJsDialogHandler and assign to handle events related to JavaScript Dialogs.
| |
KeyboardHandler |
Implement IKeyboardHandler and assign to handle events related to key press.
| |
LifeSpanHandler |
Implement ILifeSpanHandler and assign to handle events related to popups.
| |
LoadHandler |
Implement ILoadHandler and assign to handle events related to browser load status.
| |
MenuHandler |
Implement IContextMenuHandler and assign to handle events related to the browser context menu
| |
RenderProcessMessageHandler |
Implement IRenderProcessMessageHandler and assign to handle messages from the render process.
| |
RequestContext |
Gets the custom request context assigned to this browser instance
If no instance was assigned this will be null and the global
request context will have been used for this browser.
You can access the global request context through Cef.GetGlobalRequestContext()
| |
RequestHandler |
Implement IRequestHandler and assign to handle events related to browser requests.
| |
ResourceRequestHandlerFactory |
Implement IResourceRequestHandlerFactory and control the loading of resources
| |
TooltipText |
The text that will be displayed as a ToolTip
|