Page.GetToolbarDynamicOverflowEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetToolbarDynamicOverflowEnabled(BindableObject) |
Gets a value that indicates whether toolbar items automatically move to the overflow menu when space is limited. |
GetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>) |
Gets a value that indicates whether toolbar items automatically move to the overflow menu when space is limited. |
GetToolbarDynamicOverflowEnabled(BindableObject)
- Source:
- Page.cs
- Source:
- Page.cs
Gets a value that indicates whether toolbar items automatically move to the overflow menu when space is limited.
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
Parameters
- element
- BindableObject
A page, the VisualElement that occupies the entire screen.
Returns
true
if toolbar items automatically move to the overflow menu when space is limited; otherwise, false
.
Applies to
GetToolbarDynamicOverflowEnabled(IPlatformElementConfiguration<Windows,Page>)
- Source:
- Page.cs
- Source:
- Page.cs
Gets a value that indicates whether toolbar items automatically move to the overflow menu when space is limited.
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
Parameters
- config
- IPlatformElementConfiguration<Windows,Page>
The platform specific configuration that contains the element on which to perform the operation.
Returns
true
if toolbar items automatically move to the overflow menu when space is limited; otherwise, false
.