Click or drag to resize

CefDisplayHandler Class

Implement this interface to handle events related to browser display state. The methods of this class will be called on the UI thread.
Inheritance Hierarchy
SystemObject
  Internal.Xilium.CefGlueCefDisplayHandler

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public abstract class CefDisplayHandler

The CefDisplayHandler type exposes the following members.

Constructors
  NameDescription
Protected methodCefDisplayHandler
Initializes a new instance of the CefDisplayHandler class
Top
Properties
  NameDescription
Protected propertySyncRoot
Top
Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the CefDisplayHandler and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
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 methodOnAddressChange
Called when a frame's address has changed.
Protected methodOnConsoleMessage
Called to display a console message. Return true to stop the message from being output to the console.
Protected methodOnFaviconUrlChange
Called when the page icon changes.
Protected methodOnFullscreenModeChange
Called when web content in the page has toggled fullscreen mode. If |fullscreen| is true the content will automatically be sized to fill the browser content area. If |fullscreen| is false the content will automatically return to its original size and position. The client is responsible for resizing the browser if desired.
Protected methodOnStatusMessage
Called when the browser receives a status message. |value| contains the text that will be displayed in the status message.
Protected methodOnTitleChange
Called when the page title changes.
Protected methodOnTooltip
Called when the browser is about to display a tooltip. |text| contains the text that will be displayed in the tooltip. To handle the display of the tooltip yourself return true. Otherwise, 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
Extension Methods
See Also