ITextFinderStopFinding Method |
Stops finding and clears the highlighting of the found matches.
Namespace:
DotNetBrowser.Search
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax void 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