WebView.FindNext(Boolean) 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.
Highlights and scrolls to the next match found by
#findAllAsync
, 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
Highlights and scrolls to the next match found by #findAllAsync
, wrapping around page boundaries as necessary. Notifies any registered FindListener
. If #findAllAsync(String)
has not been called yet, or if #clearMatches
has been called since the last find operation, this function does nothing.
Java documentation for android.webkit.WebView.findNext(boolean)
.
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)>