CoreWebView2Find.ActiveMatchIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the index of the currently active match in the find session. Returns the index of the currently active match, or -1 if there is no active match. The index starts at 1 for the first match.
public int ActiveMatchIndex { get; }
member this.ActiveMatchIndex : int
Public ReadOnly Property ActiveMatchIndex As Integer