DisplayHandler Methods |
The DisplayHandler type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (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.) | |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |