DisplayHandler Class |
Namespace: CefSharp.WinForms.Handler
The DisplayHandler type exposes the following members.
Name | Description | |
---|---|---|
DisplayHandler | Initializes a new instance of the DisplayHandler class |
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.
(Overrides DisplayHandlerOnAddressChanged(IWebBrowser, AddressChangedEventArgs).) | |
OnAutoResize |
Called when auto-resize is enabled via IBrowserHost.SetAutoResizeEnabled and the contents have auto-resized.
(Inherited from DisplayHandler.) | |
OnConsoleMessage |
Called to display a console message.
(Overrides DisplayHandlerOnConsoleMessage(IWebBrowser, ConsoleMessageEventArgs).) | |
OnCursorChange |
Called when the browser's cursor has changed.
(Inherited from DisplayHandler.) | |
OnFaviconUrlChange |
Called when the page icon changes.
(Inherited from DisplayHandler.) | |
OnFullscreenModeChange |
Called when web content in the page has toggled fullscreen mode. The client is
responsible for resizing the browser if desired.
(Inherited from DisplayHandler.) | |
OnLoadingProgressChange |
Called when the overall page loading progress has changed
(Inherited from DisplayHandler.) | |
OnStatusMessage |
Called when the browser receives a status message.
(Overrides DisplayHandlerOnStatusMessage(IWebBrowser, StatusMessageEventArgs).) | |
OnTitleChanged |
Called when the page title changes.
(Overrides DisplayHandlerOnTitleChanged(IWebBrowser, TitleChangedEventArgs).) | |
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.
(Inherited from DisplayHandler.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |