Click or drag to resize

IBrowser Properties

Version 130.1.90

The IBrowser type exposes the following members.

Properties
 NameDescription
Public propertyCanGoBack Returns true if the browser can navigate backwards.
Public propertyCanGoForward Returns true if the browser can navigate forwards.
Public propertyFocusedFrame Returns the focused frame for the browser window or null.
Public propertyHasDocument Returns true if a document has been loaded in the browser.
Public propertyIdentifier Returns the globally unique identifier for this browser.
Public propertyIsDisposed Gets a value indicating whether the browser has been disposed of.
Public propertyIsLoading Returns true if the browser is currently loading.
Public propertyIsPopup Returns true if the window is a popup window.
Public propertyIsValid Returns True if this object is currently valid. This will return false after OnBeforeClose(IWebBrowser, IBrowser) is called.
Public propertyMainFrame Returns the main (top-level) frame for the browser window. Returns null if there is currently no MainFrame.
Top
See Also