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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract class CefClient

The CefClient type exposes the following members.

Constructors
 NameDescription
Protected methodCefClientInitializes a new instance of the CefClient class
Top
Properties
 NameDescription
Protected propertySyncRoot 
Top
Methods
 NameDescription
Protected methodDisposeReleases the unmanaged resources used by the CefClient and optionally releases the managed resources
Public methodEqualsDetermines 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 methodGetHashCodeServes 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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also