CoreWebView2Find.FindNext Method
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.
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, FindPrevious will silently fail.
public void FindNext ();
member this.FindNext : unit -> unit
Public Sub FindNext ()