WebView.FindNext(Boolean) Method

Definition

Highlights and scrolls to the next match found by FindAllAsync(String), wrapping around page boundaries as necessary.

[Android.Runtime.Register("findNext", "(Z)V", "GetFindNext_ZHandler")]
public virtual void FindNext (bool forward);
[<Android.Runtime.Register("findNext", "(Z)V", "GetFindNext_ZHandler")>]
abstract member FindNext : bool -> unit
override this.FindNext : bool -> unit

Parameters

forward
Boolean

the direction to search

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also

  • <xref:Android.Webkit.WebView.SetFindListener(.IFindListener)>