Sdílet prostřednictvím


CoreWebView2Find.FindPrevious Method

Definition

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

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

Applies to