Android.Widget.AutoCompleteTextView.ReplaceText Method

Syntax

[Android.Runtime.Register("replaceText", "(Ljava/lang/CharSequence;)V", "GetReplaceText_Ljava_lang_CharSequence_Handler")]
protected virtual void ReplaceText (Java.Lang.ICharSequence text)

Parameters

text
the selected suggestion in the drop down list

Remarks

Performs the text completion by replacing the current text by the selected item. Subclasses should override this method to avoid replacing the whole content of the edit box.

[Android Documentation]

Requirements

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