AutoCompleteTextView.CompletionHintFormatted Property

Definition

Gets the optional hint text displayed at the bottom of the the matching list.

public virtual Java.Lang.ICharSequence? CompletionHintFormatted { [Android.Runtime.Register("getCompletionHint", "()Ljava/lang/CharSequence;", "GetGetCompletionHintHandler")] get; }
[<get: Android.Runtime.Register("getCompletionHint", "()Ljava/lang/CharSequence;", "GetGetCompletionHintHandler")>]
member this.CompletionHintFormatted : Java.Lang.ICharSequence

Property Value

The hint text, if any

Attributes

Remarks

Gets the optional hint text displayed at the bottom of the the matching list.

Java documentation for android.widget.AutoCompleteTextView.getCompletionHint().

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