CoreWebView2Find.ActiveMatchIndex Property

Definition

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

Property Value

Applies to