CefClient Class |
Namespace: Internal.Xilium.CefGlue
public abstract class CefClient
The CefClient type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the CefClient and optionally releases the managed resources | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | (Overrides ObjectFinalize.) | |
| 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 the default hash function. (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 | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
| PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |