Android.Views.IMenuItem.SetAlphabeticShortcut Method
Change the alphabetic shortcut associated with this item.

Syntax

[Android.Runtime.Register("setAlphabeticShortcut", "(C)Landroid/view/MenuItem;", "GetSetAlphabeticShortcut_CHandler:Android.Views.IMenuItemInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IMenuItem SetAlphabeticShortcut (char alphaChar)

Parameters

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 the alphabetic shortcut associated with this item. The shortcut will be triggered when the key that generates the given character is pressed along with the ctrl key. Case is not significant and shortcut characters will be displayed in lower case. Note that menu items with the characters '\b' or '\n' as shortcuts will get triggered by the Delete key or Carriage Return key, respectively.

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