SearchManager.MenuKey Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is a shortcut definition for the default menu key to use for invoking search.
[Android.Runtime.Register("MENU_KEY")]
public const char MenuKey;
[<Android.Runtime.Register("MENU_KEY")>]
val mutable MenuKey : char
Field Value
- 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_KEY
.
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.