Click or drag to resize

CefClient Class

Inheritance Hierarchy
SystemObject
  Internal.Xilium.CefGlueCefClient

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 CefClient

The CefClient type exposes the following members.

Constructors
  NameDescription
Protected methodCefClient
Initializes a new instance of the CefClient class
Top
Properties
  NameDescription
Protected propertySyncRoot
Top
Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the CefClient 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.)
Protected methodGetContextMenuHandler
Return the handler for context menus. If no handler is provided the default implementation will be used.
Protected methodGetDialogHandler
Return the handler for dialogs. If no handler is provided the default implementation will be used.
Protected methodGetDisplayHandler
Return the handler for browser display state events.
Protected methodGetDownloadHandler
Return the handler for download events. If no handler is returned downloads will not be allowed.
Protected methodGetDragHandler
Return the handler for drag events.
Protected methodGetFindHandler
Return the handler for find result events.
Protected methodGetFocusHandler
Return the handler for focus events.
Protected methodGetGeolocationHandler
Return the handler for geolocation permissions requests. If no handler is provided geolocation access will be denied by default.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetJSDialogHandler
Return the handler for JavaScript dialogs. If no handler is provided the default implementation will be used.
Protected methodGetKeyboardHandler
Return the handler for keyboard events.
Protected methodGetLifeSpanHandler
Return the handler for browser life span events.
Protected methodGetLoadHandler
Return the handler for browser load status events.
Protected methodGetRenderHandler
Return the handler for off-screen rendering events.
Protected methodGetRequestHandler
Return the handler for browser request events.
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 methodOnProcessMessageReceived
Called when a new message is received from a different process. Return true if the message was handled or false otherwise. Do not keep a reference to or attempt to access the message outside of this callback.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also