Android.Webkit.WebView.FindNext Method
Highlights and scrolls to the next match found by WebView.FindAllAsync(string), wrapping around page boundaries as necessary.

Syntax

[Android.Runtime.Register("findNext", "(Z)V", "GetFindNext_ZHandler")]
public virtual void FindNext (bool forward)

See Also

WebView.SetFindListener(.IFindListener)

Parameters

forward
the direction to search

Remarks

Highlights and scrolls to the next match found by WebView.FindAllAsync(string), wrapping around page boundaries as necessary. Notifies any registered NoType:android/webkit/WebView$FindListener;Href=../../../reference/android/webkit/WebView.FindListener.html. If WebView.FindAllAsync(string) has not been called yet, or if WebView.ClearMatches has been called since the last find operation, this function does nothing.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3