次の方法で共有


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 ショートカットをメニューに表示する必要がある場合は 。

属性

注釈

ショートカットがメニューに表示されるかどうかを確認します。

の Java ドキュメントandroid.view.ViewConfiguration.shouldShowMenuShortcutsWhenKeyboardPresent()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象