[This is preliminary documentation and is subject to change.]
The CefBrowser type exposes the following members.Properties
| Name | Description | |
|---|---|---|
| CanGoBack |
Returns true if the browser can navigate backwards.
| |
| CanGoForward |
Returns true if the browser can navigate forwards.
| |
| FrameCount |
Returns the number of frames that currently exist.
| |
| HasDocument |
Returns true if a document has been loaded in the browser.
| |
| Identifier |
Returns the globally unique identifier for this browser.
| |
| IsLoading |
Returns true if the browser is currently loading.
| |
| IsPopup |
Returns true if the window is a popup window.
|
See Also