EditorInfo.ActionId プロパティ

定義

が指定されている場合 #actionLabel 、これは、ユーザーが で返送 InputConnection#performEditorAction(int) InputConnection.performEditorAction()されるボタンを押したときに、そのコマンドの ID です。

[Android.Runtime.Register("actionId")]
public int ActionId { get; set; }
[<Android.Runtime.Register("actionId")>]
member this.ActionId : int with get, set

プロパティ値

属性

注釈

が指定されている場合 #actionLabel 、これは、ユーザーが で返送 InputConnection#performEditorAction(int) InputConnection.performEditorAction()されるボタンを押したときに、そのコマンドの ID です。

android.view.inputmethod.EditorInfo.actionIdJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象