EditorInfo.HintText Property

Definition

The "hint" text of the text view, typically shown in-line when the text is empty to tell the user what to enter.

[Android.Runtime.Register("hintText")]
public Java.Lang.ICharSequence? HintText { get; set; }
[<Android.Runtime.Register("hintText")>]
member this.HintText : Java.Lang.ICharSequence with get, set

Property Value

Attributes

Remarks

The "hint" text of the text view, typically shown in-line when the text is empty to tell the user what to enter.

Java documentation for android.view.inputmethod.EditorInfo.hintText.

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