[This is preliminary documentation and is subject to change.]
The CefBrowser type exposes the following members.Methods
Name | Description | |
---|---|---|
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
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.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
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.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
GoBack |
Navigate backwards.
| |
GoForward |
Navigate forwards.
| |
IsSame |
Returns true if this object is pointing to the same handle as |that|
object.
| |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
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.
| |
ToString | (Inherited from Object.) |
See Also