Click or drag to resize

DisplayHandler Class

Version 130.1.90
Handle events related to browser display state.
Inheritance Hierarchy
SystemObject
  CefSharp.HandlerDisplayHandler
    CefSharp.WinForms.HandlerDisplayHandler

Namespace: CefSharp.Handler
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public class DisplayHandler : IDisplayHandler

The DisplayHandler type exposes the following members.

Constructors
 NameDescription
Public methodDisplayHandlerInitializes a new instance of the DisplayHandler class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnAddressChanged Called when a frame's address has changed.
Protected methodOnAutoResize Called when auto-resize is enabled via IBrowserHost.SetAutoResizeEnabled and the contents have auto-resized.
Protected methodOnConsoleMessage Called to display a console message.
Protected methodOnCursorChange Called when the browser's cursor has changed.
Protected methodOnFaviconUrlChange Called when the page icon changes.
Protected methodOnFullscreenModeChange Called when web content in the page has toggled fullscreen mode. The client is responsible for resizing the browser if desired.
Protected methodOnLoadingProgressChange Called when the overall page loading progress has changed
Protected methodOnStatusMessage Called when the browser receives a status message.
Protected methodOnTitleChanged Called when the page title changes.
Protected methodOnTooltipChanged 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.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also