Click or drag to resize

FindResultSelectedMatch Property

Gets the index of the currently selected match.

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

Property Value

Type: Int32
The index of the currently selected match or -1 when there's no matches.
See Also