Click or drag to resize

IChromiumWebBrowserBase Properties

Version 102.0.100

The IChromiumWebBrowserBase 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).
Public propertyBrowserCore
Returns the current IBrowser Instance or null. IBrowser is the the underlying CefBrowser instance and provides access to frames/browserhost etc.
Public propertyCanGoBack
A flag that indicates whether the state of the control current supports the GoBack action (true) or not (false).
Public propertyCanGoForward
A flag that indicates whether the state of the control currently supports the GoForward action (true) or not (false).
Public propertyIsBrowserInitialized
A flag that indicates whether the WebBrowser is initialized (true) or not (false).
Public propertyIsDisposed
A flag that indicates whether the WebBrowser has been disposed () or not ()
Public propertyIsLoading
A flag that indicates whether the control is currently loading one or more web pages (true) or not (false).
Top
See Also