ITextFinderStopFinding Method  | 
 
                Stops finding and clears the highlighting of the found matches.
            
 
    Namespace: 
   DotNetBrowser.Search
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.1
Syntaxvoid StopFinding(
	StopFindAction action = StopFindAction.ClearSelection
)
Parameters
- action (Optional)
 - Type: DotNetBrowser.SearchStopFindAction
The action that will be applied to the selected match. 
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | The ITextFinder has already been disposed. | 
See Also