Поделиться через


IInputConnection.PerformContextMenuAction(Int32) Метод

Определение

Выполните действие контекстного меню в поле.

[Android.Runtime.Register("performContextMenuAction", "(I)Z", "GetPerformContextMenuAction_IHandler:Android.Views.InputMethods.IInputConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool PerformContextMenuAction (int id);
[<Android.Runtime.Register("performContextMenuAction", "(I)Z", "GetPerformContextMenuAction_IHandler:Android.Views.InputMethods.IInputConnectionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member PerformContextMenuAction : int -> bool

Параметры

id
Int32

Возвращаемое значение

Атрибуты

Комментарии

Выполните действие контекстного меню в поле. Заданный идентификатор может быть одним из следующих: android.R.id#selectAll, android.R.id#stopSelectingText, , android.R.id#cut, android.R.id#copy, android.R.id#copyUrlandroid.R.id#pasteили android.R.id#startSelectingTextandroid.R.id#switchInputMethod

Документация по Java для android.view.inputmethod.InputConnection.performContextMenuAction(int).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к