Android.Views.InputMethods.EditorInfo.ActionId Property
If EditorInfo.ActionLabel has been given, this is the id for that command when the user presses its button that is delivered back with InputConnection.performEditorAction(int).

Syntax

[Android.Runtime.Register("actionId")]
public int ActionId { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If EditorInfo.ActionLabel has been given, this is the id for that command when the user presses its button that is delivered back with InputConnection.performEditorAction(int).

[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