EditorInfo.InputType Property

Definition

The content type of the text box, whose bits are defined by InputType.

[Android.Runtime.Register("inputType")]
public Android.Text.InputTypes InputType { get; set; }
[<Android.Runtime.Register("inputType")>]
member this.InputType : Android.Text.InputTypes with get, set

Property Value

Attributes

Remarks

The content type of the text box, whose bits are defined by InputType.

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

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