TabbedPage.GetHeaderIconsEnabled Method

Definition

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)

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>)

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

config
IPlatformElementConfiguration<Windows,TabbedPage>

The platform configuration for the element on which to perform the operation.

Returns

true if header icons are enabled. Otherwise, false.

Applies to