Android.Widget.AutoCompleteTextView.SetCompletionHint Method

Syntax

[Android.Runtime.Register("setCompletionHint", "(Ljava/lang/CharSequence;)V", "GetSetCompletionHint_Ljava_lang_CharSequence_Handler")]
public virtual void SetCompletionHint (Java.Lang.ICharSequence hint)

See Also

AutoCompleteTextView.CompletionHintFormatted

Parameters

hint
the text to be displayed to the user

Remarks

Sets the optional hint text that is displayed at the bottom of the the matching list. This can be used as a cue to the user on how to best use the list, or to provide extra information.

[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