Click or drag to resize

CefBrowser Methods

The CefBrowser type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetFocusedFrame
Returns the focused frame for the browser window.
Public methodGetFrame(Int64)
Returns the frame with the specified identifier, or NULL if not found.
Public methodGetFrame(String)
Returns the frame with the specified name, or NULL if not found.
Public methodGetFrameIdentifiers
Returns the identifiers of all existing frames.
Public methodGetFrameNames
Returns the names of all existing frames.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHost
Returns the browser host object. This method can only be called in the browser process.
Public methodGetMainFrame
Returns the main (top-level) frame for the browser window.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGoBack
Navigate backwards.
Public methodGoForward
Navigate forwards.
Public methodIsSame
Returns true if this object is pointing to the same handle as |that| object.
Public methodReload
Reload the current page.
Public methodReloadIgnoreCache
Reload the current page ignoring any cached data.
Public methodSendProcessMessage
Send a message to the specified |target_process|. Returns true if the message was sent successfully.
Public methodStopLoad
Stop loading the page.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also