Click or drag to resize

IWinFormsChromiumWebBrowser Properties

Version 102.0.100

The IWinFormsChromiumWebBrowser 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 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 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 propertyHandle
Gets the handle to the window represented by the implementer.
(Inherited from IWin32Window.)
Public propertyInvokeRequired
Gets 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 propertySite
Gets or sets the ISite associated with the IComponent.
(Inherited from IComponent.)
Top
See Also