Click or drag to resize

ITextFinderStopFinding Method

Stops finding and clears the highlighting of the found matches.

Namespace:  DotNetBrowser.Search
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
void StopFinding(
	StopFindAction action = StopFindAction.ClearSelection
)

Parameters

action (Optional)
Type: DotNetBrowser.SearchStopFindAction
The action that will be applied to the selected match.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ITextFinder has already been disposed.
See Also