[This is preliminary documentation and is subject to change.]
The CefDisplayHandler type exposes the following members.Methods
Name | Description | |
---|---|---|
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OnAddressChange |
Called when a frame's address has changed.
| |
OnConsoleMessage |
Called to display a console message. Return true to stop the message from
being output to the console.
| |
OnFaviconUrlChange |
Called when the page icon changes.
| |
OnStatusMessage |
Called when the browser receives a status message. |value| contains the
text that will be displayed in the status message.
| |
OnTitleChange |
Called when the page title changes.
| |
OnTooltip |
Called when the browser is about to display a tooltip. |text| contains the
text that will be displayed in the tooltip. To handle the display of the
tooltip yourself return true. Otherwise, you can optionally modify |text|
and then return false to allow the browser to display the tooltip.
When window rendering is disabled the application is responsible for
drawing tooltips and the return value is ignored.
| |
ToString | (Inherited from Object.) |
See Also