SearchManager.MenuKeycode Field

Definition

This is a shortcut definition for the default menu key to use for invoking search.

[Android.Runtime.Register("MENU_KEYCODE")]
public const int MenuKeycode = 47;
[<Android.Runtime.Register("MENU_KEYCODE")>]
val mutable MenuKeycode : int

Field Value

Value = 47
Attributes

Remarks

This is a shortcut definition for the default menu key to use for invoking search.

See Menu.Item.setAlphabeticShortcut() for more information.

Java documentation for android.app.SearchManager.MENU_KEYCODE.

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