CefClient MethodsXilium.CefGlue

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

The CefClient type exposes the following members.
Methods

  NameDescription
Protected methodDispose
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
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 methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
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 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 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 methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
See Also