Page.GetToolbarDynamicOverflowEnabled メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetToolbarDynamicOverflowEnabled(BindableObject) |
スペースが限られている場合に、ツール バー項目がオーバーフロー メニューに自動的に移動するかどうかを示す値を取得します。 |
GetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>) |
スペースが限られている場合に、ツール バー項目がオーバーフロー メニューに自動的に移動するかどうかを示す値を取得します。 |
GetToolbarDynamicOverflowEnabled(BindableObject)
- ソース:
- Page.cs
- ソース:
- Page.cs
スペースが限られている場合に、ツール バー項目がオーバーフロー メニューに自動的に移動するかどうかを示す値を取得します。
public:
static bool GetToolbarDynamicOverflowEnabled(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetToolbarDynamicOverflowEnabled (Microsoft.Maui.Controls.BindableObject element);
static member GetToolbarDynamicOverflowEnabled : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetToolbarDynamicOverflowEnabled (element As BindableObject) As Boolean
パラメーター
- element
- BindableObject
ページ。画面全体を占有する VisualElement 。
戻り値
true
スペースが限られているときにツールバー項目がオーバーフロー メニューに自動的に移動する場合。それ以外の場合は false
。
適用対象
GetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>)
- ソース:
- Page.cs
- ソース:
- Page.cs
スペースが限られている場合に、ツール バー項目がオーバーフロー メニューに自動的に移動するかどうかを示す値を取得します。
public:
[System::Runtime::CompilerServices::Extension]
static bool GetToolbarDynamicOverflowEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::Page ^> ^ config);
public static bool GetToolbarDynamicOverflowEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.Page> config);
static member GetToolbarDynamicOverflowEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.Page> -> bool
<Extension()>
Public Function GetToolbarDynamicOverflowEnabled (config As IPlatformElementConfiguration(Of Windows, Page)) As Boolean
パラメーター
- config
- IPlatformElementConfiguration<Windows,Page>
操作を実行する要素を含むプラットフォーム固有の構成。
戻り値
true
スペースが限られているときにツールバー項目がオーバーフロー メニューに自動的に移動する場合。それ以外の場合は false
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI