Android.Widget.TextView.SetImeActionLabel Method
Change the custom IME action associated with the text view, which will be reported to an IME with Android.Views.InputMethods.EditorInfo.ActionLabel and Android.Views.InputMethods.EditorInfo.ActionId when it has focus.

Syntax

[Android.Runtime.Register("setImeActionLabel", "(Ljava/lang/CharSequence;I)V", "GetSetImeActionLabel_Ljava_lang_CharSequence_IHandler")]
public virtual void SetImeActionLabel (Java.Lang.ICharSequence label, [Android.Runtime.GeneratedEnum] Android.Views.InputMethods.ImeAction actionId)

See Also

TextView.ImeActionLabelFormatted
TextView.ImeActionId
Android.Views.InputMethods.EditorInfo

Parameters

label
Documentation for this section has not yet been entered.
actionId
Documentation for this section has not yet been entered.

Remarks

Change the custom IME action associated with the text view, which will be reported to an IME with Android.Views.InputMethods.EditorInfo.ActionLabel and Android.Views.InputMethods.EditorInfo.ActionId when it has focus.

[Android Documentation]

Requirements

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