IMenu.IsShortcutKey(Keycode, KeyEvent) Method

Definition

Is a keypress one of the defined shortcut keys for this window.

[Android.Runtime.Register("isShortcutKey", "(ILandroid/view/KeyEvent;)Z", "GetIsShortcutKey_ILandroid_view_KeyEvent_Handler:Android.Views.IMenuInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool IsShortcutKey (Android.Views.Keycode keyCode, Android.Views.KeyEvent? e);
[<Android.Runtime.Register("isShortcutKey", "(ILandroid/view/KeyEvent;)Z", "GetIsShortcutKey_ILandroid_view_KeyEvent_Handler:Android.Views.IMenuInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member IsShortcutKey : Android.Views.Keycode * Android.Views.KeyEvent -> bool

Parameters

keyCode
Keycode

the key code from KeyEvent to check.

e
KeyEvent

the KeyEvent to use to help check.

Returns

Attributes

Remarks

Is a keypress one of the defined shortcut keys for this window.

Java documentation for android.view.Menu.isShortcutKey(int, android.view.KeyEvent).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to