CefDisplayHandler MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefDisplayHandler type exposes the following members.
Constructors

  NameDescription
Protected methodCefDisplayHandler
Initializes a new instance of the CefDisplayHandler class
Back to Top
Methods

  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the CefDisplayHandler and optionally releases the managed resources
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 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 methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Protected propertySyncRoot
Back to Top
See Also