CoreWebView2Find.FindNext Method

Definition

Navigates to the next match in the document. If there are no matches to find, FindNext will wrap around to the first match's index. If called when there is no find session active, FindNext will silently fail.

public void FindNext ();
member this.FindNext : unit -> unit
Public Sub FindNext ()

Applies to