IDisplayHandler Methods |
The IDisplayHandler type exposes the following members.
Name | Description | |
---|---|---|
OnAddressChanged |
Called when a frame's address has changed.
| |
OnAutoResize |
Called when auto-resize is enabled via IBrowserHost.SetAutoResizeEnabled and the contents have auto-resized.
| |
OnConsoleMessage |
Called to display a console message.
| |
OnCursorChange |
Called when the browser's cursor has changed. .
| |
OnFaviconUrlChange |
Called when the page icon changes.
| |
OnFullscreenModeChange |
Called when web content in the page has toggled fullscreen mode. The client is
responsible for resizing the browser if desired.
| |
OnLoadingProgressChange |
Called when the overall page loading progress has changed
| |
OnStatusMessage |
Called when the browser receives a status message.
| |
OnTitleChanged |
Called when the page title changes.
| |
OnTooltipChanged |
Called when the browser is about to display a tooltip. text contains the
text that will be displayed in the tooltip. 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.
|