Page.SetToolbarDynamicOverflowEnabled 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetToolbarDynamicOverflowEnabled(BindableObject, Boolean) |
設定值,指出當空間有限時,工具列專案是否自動移至溢位功能表。 |
SetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>, Boolean) |
設定值,指出當空間有限時,工具列專案是否自動移至溢位功能表。 |
SetToolbarDynamicOverflowEnabled(BindableObject, Boolean)
- 來源:
- Page.cs
- 來源:
- Page.cs
設定值,指出當空間有限時,工具列專案是否自動移至溢位功能表。
public:
static void SetToolbarDynamicOverflowEnabled(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetToolbarDynamicOverflowEnabled (Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetToolbarDynamicOverflowEnabled : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetToolbarDynamicOverflowEnabled (element As BindableObject, value As Boolean)
參數
- element
- BindableObject
頁面, VisualElement 佔用整個畫面的 。
- value
- Boolean
值,指出當空間有限時,工具列專案是否自動移至溢位功能表
適用於
SetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>, Boolean)
- 來源:
- Page.cs
- 來源:
- Page.cs
設定值,指出當空間有限時,工具列專案是否自動移至溢位功能表。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::Page ^> ^ SetToolbarDynamicOverflowEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::Page ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.Page> SetToolbarDynamicOverflowEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.Page> config, bool value);
static member SetToolbarDynamicOverflowEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.Page> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.Page>
<Extension()>
Public Function SetToolbarDynamicOverflowEnabled (config As IPlatformElementConfiguration(Of Windows, Page), value As Boolean) As IPlatformElementConfiguration(Of Windows, Page)
參數
- config
- IPlatformElementConfiguration<Windows,Page>
平台特定組態,包含要對其執行作業的項目。
- value
- Boolean
值,指出當空間有限時,工具列專案是否自動移至溢位功能表
傳回
開發人員可對其進行後續方法呼叫的已更新組態物件。