Freigeben über


Page.GetToolbarDynamicOverflowEnabled Methode

Definition

Überlädt

GetToolbarDynamicOverflowEnabled(BindableObject)

Ruft einen Wert ab, der angibt, ob Symbolleistenelemente automatisch in das Überlaufmenü verschoben werden, wenn der Platz begrenzt ist.

GetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>)

Ruft einen Wert ab, der angibt, ob Symbolleistenelemente automatisch in das Überlaufmenü verschoben werden, wenn der Platz begrenzt ist.

GetToolbarDynamicOverflowEnabled(BindableObject)

Quelle:
Page.cs
Quelle:
Page.cs

Ruft einen Wert ab, der angibt, ob Symbolleistenelemente automatisch in das Überlaufmenü verschoben werden, wenn der Platz begrenzt ist.

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

Parameter

element
BindableObject

Eine Seite, die VisualElement den gesamten Bildschirm belegt.

Gibt zurück

truewenn Symbolleistenelemente automatisch in das Überlaufmenü verschoben werden, wenn der Platz begrenzt ist; andernfalls . false

Gilt für:

GetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>)

Quelle:
Page.cs
Quelle:
Page.cs

Ruft einen Wert ab, der angibt, ob Symbolleistenelemente automatisch in das Überlaufmenü verschoben werden, wenn der Platz begrenzt ist.

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

Parameter

config
IPlatformElementConfiguration<Windows,Page>

Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.

Gibt zurück

truewenn Symbolleistenelemente automatisch in das Überlaufmenü verschoben werden, wenn der Platz begrenzt ist; andernfalls . false

Gilt für: