Android.Widget.TextView.ImeOptions Property
Get the type of the IME editor.

Syntax

[get: Android.Runtime.Register("getImeOptions", "()I", "GetGetImeOptionsHandler")]
[set: Android.Runtime.Register("setImeOptions", "(I)V", "GetSetImeOptions_IHandler")]
public virtual Android.Views.InputMethods.ImeAction ImeOptions { get; set; }

See Also

TextView.ImeOptions
Android.Views.InputMethods.EditorInfo
TextView.ImeOptions
Android.Views.InputMethods.EditorInfo

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the type of the IME editor.

Set method documentation [Android Documentation]

Change the editor type integer associated with the text view, which will be reported to an IME with Android.Views.InputMethods.EditorInfo.ImeOptions when it has focus.

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3