Resource.Attribute.InputMethod Field

Definition

Caution

deprecated

If set, specifies that this TextView should use the specified input method (specified by fully-qualified class name).

[Android.Runtime.Register("inputMethod")]
[System.Obsolete("deprecated")]
public const int InputMethod = 16843112;
[<Android.Runtime.Register("inputMethod")>]
[<System.Obsolete("deprecated")>]
val mutable InputMethod : int

Field Value

Value = 16843112
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