Click or drag to resize

IWinFormsWebBrowser Properties

Version 130.1.90

The IWinFormsWebBrowser type exposes the following members.

Properties
 NameDescription
Public propertyAddress 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)
Public propertyAudioHandler Implement IAudioHandler to handle audio events.
(Inherited from IWebBrowser)
Public propertyBrowserCore Returns the current IBrowser Instance or null. IBrowser is the the underlying CefBrowser instance and provides access to frames/browserhost etc.
(Inherited from IChromiumWebBrowserBase)
Public propertyCanExecuteJavascriptInMainFrame 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
(Inherited from IWebBrowser)
Public propertyCanGoBack A flag that indicates whether the state of the control current supports the GoBack action (true) or not (false).
(Inherited from IChromiumWebBrowserBase)
Public propertyCanGoForward A flag that indicates whether the state of the control currently supports the GoForward action (true) or not (false).
(Inherited from IChromiumWebBrowserBase)
Public propertyDialogHandler Implement IDialogHandler and assign to handle dialog events.
(Inherited from IWebBrowser)
Public propertyDisplayHandler Implement IDisplayHandler and assign to handle events related to browser display state.
(Inherited from IWebBrowser)
Public propertyDownloadHandler Implement IDownloadHandler and assign to handle events related to downloading files.
(Inherited from IWebBrowser)
Public propertyDragHandler Implement IDragHandler and assign to handle events related to dragging.
(Inherited from IWebBrowser)
Public propertyFindHandler Implement IFindHandler to handle events related to find results.
(Inherited from IWebBrowser)
Public propertyFocusHandler Implement IFocusHandler and assign to handle events related to the browser component's focus
(Inherited from IWebBrowser)
Public propertyFrameHandler Implement IFrameHandler to handle frame events.
(Inherited from IWebBrowser)
Public propertyHandleGets the handle to the window represented by the implementer.
(Inherited from IWin32Window)
Public propertyInvokeRequiredGets a value indicating whether the caller must call Invoke(Delegate, Object) when calling an object that implements this interface.
(Inherited from ISynchronizeInvoke)
Public propertyIsBrowserInitialized A flag that indicates whether the WebBrowser is initialized (true) or not (false).
(Inherited from IChromiumWebBrowserBase)
Public propertyIsDisposed A flag that indicates whether the WebBrowser has been disposed () or not ()
(Inherited from IChromiumWebBrowserBase)
Public propertyIsLoading A flag that indicates whether the control is currently loading one or more web pages (true) or not (false).
(Inherited from IChromiumWebBrowserBase)
Public propertyJavascriptObjectRepository The javascript object repository, one repository per ChromiumWebBrowser instance.
(Inherited from IWebBrowser)
Public propertyJsDialogHandler Implement IJsDialogHandler and assign to handle events related to JavaScript Dialogs.
(Inherited from IWebBrowser)
Public propertyKeyboardHandler Implement IKeyboardHandler and assign to handle events related to key press.
(Inherited from IWebBrowser)
Public propertyLifeSpanHandler Implement ILifeSpanHandler and assign to handle events related to popups.
(Inherited from IWebBrowser)
Public propertyLoadHandler Implement ILoadHandler and assign to handle events related to browser load status.
(Inherited from IWebBrowser)
Public propertyMenuHandler Implement IContextMenuHandler and assign to handle events related to the browser context menu
(Inherited from IWebBrowser)
Public propertyPermissionHandler Implement IPermissionHandler to handle events related to permission requests.
(Inherited from IWebBrowser)
Public propertyRenderProcessMessageHandler Implement IRenderProcessMessageHandler and assign to handle messages from the render process.
(Inherited from IWebBrowser)
Public propertyRequestContext 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()
(Inherited from IWebBrowser)
Public propertyRequestHandler Implement IRequestHandler and assign to handle events related to browser requests.
(Inherited from IWebBrowser)
Public propertyResourceRequestHandlerFactory Implement IResourceRequestHandlerFactory and control the loading of resources
(Inherited from IWebBrowser)
Public propertySiteGets or sets the ISite associated with the IComponent.
(Inherited from IComponent)
Public propertyTooltipText The text that will be displayed as a ToolTip
(Inherited from IWebBrowser)
Top
See Also