共用方式為


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

適用於