Click or drag to resize

DisplayHandler Methods

Version 94.4.20

The DisplayHandler type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also