ViewConfiguration.ShouldShowMenuShortcutsWhenKeyboardPresent 方法

定义

检查是否应在菜单中显示快捷方式。

[Android.Runtime.Register("shouldShowMenuShortcutsWhenKeyboardPresent", "()Z", "GetShouldShowMenuShortcutsWhenKeyboardPresentHandler", ApiSince=28)]
public virtual bool ShouldShowMenuShortcutsWhenKeyboardPresent ();
[<Android.Runtime.Register("shouldShowMenuShortcutsWhenKeyboardPresent", "()Z", "GetShouldShowMenuShortcutsWhenKeyboardPresentHandler", ApiSince=28)>]
abstract member ShouldShowMenuShortcutsWhenKeyboardPresent : unit -> bool
override this.ShouldShowMenuShortcutsWhenKeyboardPresent : unit -> bool

返回

True 如果应在菜单中显示快捷方式,则为 。

属性

注解

检查是否应在菜单中显示快捷方式。

适用于 . 的 android.view.ViewConfiguration.shouldShowMenuShortcutsWhenKeyboardPresent()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于