[This is preliminary documentation and is subject to change.]
The CefFindHandler type exposes the following members.Methods
Name | Description | |
---|---|---|
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OnFindResult |
Called to report find results returned by CefBrowserHost::Find().
|identifer| is the identifier passed to Find(), |count| is the number of
matches currently identified, |selectionRect| is the location of where the
match was found (in window coordinates), |activeMatchOrdinal| is the
current position in the search results, and |finalUpdate| is true if this
is the last find notification.
| |
ToString | (Inherited from Object.) |
See Also