Android.Widget.AutoCompleteTextView.SetText Method
Like TextView.TextFormatted, except that it can disable filtering.

Syntax

[Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;Z)V", "GetSetText_Ljava_lang_CharSequence_ZHandler")]
public virtual void SetText (Java.Lang.ICharSequence text, bool filter)

Parameters

text
Documentation for this section has not yet been entered.
filter
If false, no filtering will be performed as a result of this call.

Remarks

Like TextView.TextFormatted, except that it can disable filtering.

[Android Documentation]

Requirements

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