[This is preliminary documentation and is subject to change.]
The CefClient type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize | (Overrides ![]() |
![]() | 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.
|
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | 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.
|
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | 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.
|
![]() | ![]() | (Inherited from ![]() |
See Also