IBrowser Properties |
The IBrowser type exposes the following members.
Name | Description | |
---|---|---|
![]() | CanGoBack | Returns true if the browser can navigate backwards. |
![]() | CanGoForward | Returns true if the browser can navigate forwards. |
![]() | FocusedFrame | Returns the focused frame for the browser window or null. |
![]() | HasDocument | Returns true if a document has been loaded in the browser. |
![]() | Identifier | Returns the globally unique identifier for this browser. |
![]() | IsDisposed | Gets a value indicating whether the browser has been disposed of. |
![]() | IsLoading | Returns true if the browser is currently loading. |
![]() | IsPopup | Returns true if the window is a popup window. |
![]() | IsValid | Returns True if this object is currently valid. This will return false after OnBeforeClose(IWebBrowser, IBrowser) is called. |
![]() | MainFrame | Returns the main (top-level) frame for the browser window. Returns null if there is currently no MainFrame. |