Resource.Attribute.AutoText Field

Definition

Caution

deprecated

If set, specifies that this TextView has a textual input method and automatically corrects some common spelling errors.

[Android.Runtime.Register("autoText")]
[System.Obsolete("deprecated")]
public const int AutoText = 16843114;
[<Android.Runtime.Register("autoText")>]
[<System.Obsolete("deprecated")>]
val mutable AutoText : int

Field Value

Value = 16843114
Attributes

Remarks

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