Android.Views.IMenuItem.SetShortcut Method
Change both the numeric and alphabetic shortcut associated with this item.

Syntax

[Android.Runtime.Register("setShortcut", "(CC)Landroid/view/MenuItem;", "GetSetShortcut_CCHandler:Android.Views.IMenuItemInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IMenuItem SetShortcut (char numericChar, char alphaChar)

Parameters

numericChar
The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key) keyboard.
alphaChar
The alphabetic shortcut key. This is the shortcut when using a keyboard with alphabetic keys.

Returns

Documentation for this section has not yet been entered.

Remarks

Change both the numeric and alphabetic shortcut associated with this item. Note that the shortcut will be triggered when the key that generates the given character is pressed along with the ctrl key. Also note that case is not significant and that alphabetic shortcut characters will be displayed in lower case.

See Android.Views.Menu for the menu types that support shortcuts.

[Android Documentation]

Requirements

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