IMenu.SetQwertyMode(Boolean) Method

Definition

Control whether the menu should be running in qwerty mode (alphabetic shortcuts) or 12-key mode (numeric shortcuts).

[Android.Runtime.Register("setQwertyMode", "(Z)V", "GetSetQwertyMode_ZHandler:Android.Views.IMenuInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetQwertyMode (bool isQwerty);
[<Android.Runtime.Register("setQwertyMode", "(Z)V", "GetSetQwertyMode_ZHandler:Android.Views.IMenuInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member SetQwertyMode : bool -> unit

Parameters

isQwerty
Boolean

If true the menu will use alphabetic shortcuts; else it will use numeric shortcuts.

Attributes

Remarks

Control whether the menu should be running in qwerty mode (alphabetic shortcuts) or 12-key mode (numeric shortcuts).

Java documentation for android.view.Menu.setQwertyMode(boolean).

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