IFindHandlerOnFindResult Method |
Version 130.1.90Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void OnFindResult(
IWebBrowser chromiumWebBrowser,
IBrowser browser,
int identifier,
int count,
Rect selectionRect,
int activeMatchOrdinal,
bool finalUpdate
)
void OnFindResult(
IWebBrowser^ chromiumWebBrowser,
IBrowser^ browser,
int identifier,
int count,
Rect selectionRect,
int activeMatchOrdinal,
bool finalUpdate
)
Parameters
- chromiumWebBrowser IWebBrowser
- the ChromiumWebBrowser control
- browser IBrowser
- the browser object
- identifier Int32
- is a unique incremental identifier for the currently active search.
- count Int32
- is the number of matches currently identified
- selectionRect Rect
- is the location of where the match was found (in window coordinates)
- activeMatchOrdinal Int32
- is the current position in the search results
- finalUpdate Boolean
- is true if this is the last find notification.
See Also