[This is preliminary documentation and is subject to change.]
The CefBrowser type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the CefBrowser |
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize | (Overrides ![]() |
![]() | GetFocusedFrame |
Returns the focused frame for the browser window.
|
![]() | GetFrame(Int64) |
Returns the frame with the specified identifier, or NULL if not found.
|
![]() | GetFrame(String) |
Returns the frame with the specified name, or NULL if not found.
|
![]() | GetFrameIdentifiers |
Returns the identifiers of all existing frames.
|
![]() | GetFrameNames |
Returns the names of all existing frames.
|
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | GetHost |
Returns the browser host object. This method can only be called in the
browser process.
|
![]() | GetMainFrame |
Returns the main (top-level) frame for the browser window.
|
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | GoBack |
Navigate backwards.
|
![]() | GoForward |
Navigate forwards.
|
![]() | IsSame |
Returns true if this object is pointing to the same handle as |that|
object.
|
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Reload |
Reload the current page.
|
![]() | ReloadIgnoreCache |
Reload the current page ignoring any cached data.
|
![]() | SendProcessMessage |
Send a message to the specified |target_process|. Returns true if the
message was sent successfully.
|
![]() | StopLoad |
Stop loading the page.
|
![]() | ![]() | (Inherited from ![]() |
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