[This is preliminary documentation and is subject to change.]
The CefFocusHandler type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CefFocusHandler | Initializes a new instance of the CefFocusHandler class |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases the unmanaged resources used by the CefFocusHandler and optionally releases the managed resources | |
| (Inherited from | ||
| Finalize | (Overrides | |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnGotFocus |
Called when the browser component has received focus.
| |
| OnSetFocus |
Called when the browser component is requesting focus. |source| indicates
where the focus request is originating from. Return false to allow the
focus to be set or true to cancel setting the focus.
| |
| OnTakeFocus |
Called when the browser component is about to loose focus. For instance, if
focus was on the last HTML element and the user pressed the TAB key. |next|
will be true if the browser is giving focus to the next component and false
if the browser is giving focus to the previous component.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| SyncRoot |
See Also