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 ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象