Method StopFinding
- Namespace
- DotNetBrowser.Search
- Assembly
- DotNetBrowser.dll
StopFinding(StopFindAction)
Stops finding and clears the highlighting of the found matches.
void StopFinding(StopFindAction action = StopFindAction.ClearSelection)
Parameters
action
StopFindActionThe action that will be applied to the selected match.
Exceptions
- ObjectDisposedException
The ITextFinder has already been disposed.