Android.Views.IMenuItem.SetNumericShortcut Method
Change the numeric shortcut associated with this item.

Syntax

[Android.Runtime.Register("setNumericShortcut", "(C)Landroid/view/MenuItem;", "GetSetNumericShortcut_CHandler:Android.Views.IMenuItemInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public IMenuItem SetNumericShortcut (char numericChar)

Parameters

numericChar
The numeric shortcut key. This is the shortcut when using a 12-key (numeric) keyboard.

Returns

Documentation for this section has not yet been entered.

Remarks

Change the numeric shortcut associated with this item.

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