Android.Webkit.WebView.ShowFindDialog Method
Starts an ActionMode for finding text in this WebView.

Syntax

[Android.Runtime.Register("showFindDialog", "(Ljava/lang/String;Z)Z", "GetShowFindDialog_Ljava_lang_String_ZHandler")]
[System.Obsolete("deprecated")]
public virtual bool ShowFindDialog (string text, bool showIme)

Parameters

text
if non-null, will be the initial text to search for. Otherwise, the last String searched for in this WebView will be used to start.
showIme
if true, show the IME, assuming the user will begin typing. If false and text is non-null, perform a find all.

Returns

Documentation for this section has not yet been entered.

Remarks

Starts an ActionMode for finding text in this WebView. Only works if this WebView is attached to the view system.

[Android Documentation]

Requirements

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