Android.Views.InputMethods.EditorInfo.ActionLabel Property
In some cases an IME may be able to display an arbitrary label for a command the user can perform, which you can specify here.

Syntax

[Android.Runtime.Register("actionLabel")]
public Java.Lang.ICharSequence ActionLabel { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

In some cases an IME may be able to display an arbitrary label for a command the user can perform, which you can specify here. This is typically used as the label for the action to use in-line as a replacement for the "enter" key (see EditorInfo.ActionId). Remember the key where this will be displayed is typically very small, and there are significant localization challenges to make this fit in all supported languages. Also you can not count absolutely on this being used, as some IMEs may ignore this.

[Android Documentation]

Requirements

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