Click or drag to resize

FindResultReceivedParametersIsSearchFinished Property

Indicates whether the searching process was finished.

Namespace:  DotNetBrowser.Search.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool IsSearchFinished { get; }

Property Value

Type: Boolean
true if the search was finished, false otherwise.
See Also