TextView.ImeActionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the IME action ID previous set with #setImeActionLabel
.
public virtual int ImeActionId { [Android.Runtime.Register("getImeActionId", "()I", "GetGetImeActionIdHandler")] get; }
[<get: Android.Runtime.Register("getImeActionId", "()I", "GetGetImeActionIdHandler")>]
member this.ImeActionId : int
Property Value
- Attributes
Remarks
Get the IME action ID previous set with #setImeActionLabel
.
Java documentation for android.widget.TextView.getImeActionId()
.
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
- <xref:Android.Widget.TextView.SetImeActionLabel(Java.Lang.ICharSequence%2c+Android.Views.InputMethods.ImeAction)>
- EditorInfo