Click or drag to resize

ITextFinder Interface

Allows finding text on the loaded web page.

Namespace:  DotNetBrowser.Search
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface ITextFinder : IAutoDisposable

The ITextFinder type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with this object.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Top
Methods
  NameDescription
Public methodFind
Performs search of the given searchText with the given options, highlights all matches and selects the first match on the currently loaded web page.
Public methodStopFinding
Stops finding and clears the highlighting of the found matches.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also