[This is preliminary documentation and is subject to change.]
The CefClient type exposes the following members.Constructors
Name | Description | |
---|---|---|
CefClient | Initializes a new instance of the CefClient class |
Methods
Name | Description | |
---|---|---|
Dispose | Releases the unmanaged resources used by the CefClient and optionally releases the managed resources | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetContextMenuHandler |
Return the handler for context menus. If no handler is provided the default
implementation will be used.
| |
GetDialogHandler |
Return the handler for dialogs. If no handler is provided the default
implementation will be used.
| |
GetDisplayHandler |
Return the handler for browser display state events.
| |
GetDownloadHandler |
Return the handler for download events. If no handler is returned downloads
will not be allowed.
| |
GetDragHandler |
Return the handler for drag events.
| |
GetFindHandler |
Return the handler for find result events.
| |
GetFocusHandler |
Return the handler for focus events.
| |
GetGeolocationHandler |
Return the handler for geolocation permissions requests. If no handler is
provided geolocation access will be denied by default.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetJSDialogHandler |
Return the handler for JavaScript dialogs. If no handler is provided the
default implementation will be used.
| |
GetKeyboardHandler |
Return the handler for keyboard events.
| |
GetLifeSpanHandler |
Return the handler for browser life span events.
| |
GetLoadHandler |
Return the handler for browser load status events.
| |
GetRenderHandler |
Return the handler for off-screen rendering events.
| |
GetRequestHandler |
Return the handler for browser request events.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OnProcessMessageReceived |
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.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
SyncRoot |
See Also