[This is preliminary documentation and is subject to change.]
The CefBrowser type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | ![]() | (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 ![]() |
See Also