IFindHandlerOnFindResult Method |
Version 57.0.0
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax void OnFindResult(
IWebBrowser browserControl,
IBrowser browser,
int identifier,
int count,
Rect selectionRect,
int activeMatchOrdinal,
bool finalUpdate
)
void OnFindResult(
IWebBrowser^ browserControl,
IBrowser^ browser,
int identifier,
int count,
Rect selectionRect,
int activeMatchOrdinal,
bool finalUpdate
)
Parameters
- browserControl
- Type: CefSharpIWebBrowser
the browser control - browser
- Type: CefSharpIBrowser
the browser object - identifier
- Type: SystemInt32
is the identifier passed to Find() - count
- Type: SystemInt32
is the number of matches currently identified - selectionRect
- Type: CefSharpRect
is the location of where the match was found (in window coordinates) - activeMatchOrdinal
- Type: SystemInt32
is the current position in the search results - finalUpdate
- Type: SystemBoolean
is true if this is the last find notification.
See Also