TabbedPage.GetHeaderIconsEnabled 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
GetHeaderIconsEnabled(BindableObject) |
Returns a Boolean value that tells whether header icons are enabled. |
GetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>) |
Returns a Boolean value that tells whether header icons are enabled. |
GetHeaderIconsEnabled(BindableObject)
- Source:
- TabbedPage.cs
- Source:
- TabbedPage.cs
Returns a Boolean value that tells whether header icons are enabled.
public:
static bool GetHeaderIconsEnabled(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetHeaderIconsEnabled (Microsoft.Maui.Controls.BindableObject element);
static member GetHeaderIconsEnabled : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetHeaderIconsEnabled (element As BindableObject) As Boolean
Parameters
- element
- BindableObject
The element on which to perform the operation.
Returns
true
if header icons are enabled. Otherwise, false
.
Applies to
GetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>)
- Source:
- TabbedPage.cs
- Source:
- TabbedPage.cs
Returns a Boolean value that tells whether header icons are enabled.
public:
[System::Runtime::CompilerServices::Extension]
static bool GetHeaderIconsEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::TabbedPage ^> ^ config);
public static bool GetHeaderIconsEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.TabbedPage> config);
static member GetHeaderIconsEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.TabbedPage> -> bool
<Extension()>
Public Function GetHeaderIconsEnabled (config As IPlatformElementConfiguration(Of Windows, TabbedPage)) As Boolean
Parameters
The platform configuration for the element on which to perform the operation.
Returns
true
if header icons are enabled. Otherwise, false
.