[This is preliminary documentation and is subject to change.]
The CefDisplayHandler type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Dispose | ||
| (Inherited from | ||
| Finalize | (Overrides | |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| 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.
| |
| (Inherited from |
See Also