次の方法で共有


Page.GetToolbarDynamicOverflowEnabled メソッド

定義

オーバーロード

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

適用対象