TabbedPage.SetHeaderIconsEnabled 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
SetHeaderIconsEnabled(BindableObject, Boolean) |
Turns header icons on and off. |
SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean) |
Turns header icons on and off. |
SetHeaderIconsEnabled(BindableObject, Boolean)
- Source:
- TabbedPage.cs
- Source:
- TabbedPage.cs
Turns header icons on and off.
public:
static void SetHeaderIconsEnabled(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetHeaderIconsEnabled (Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetHeaderIconsEnabled : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetHeaderIconsEnabled (element As BindableObject, value As Boolean)
Parameters
- element
- BindableObject
The element on which to perform the operation.
- value
- Boolean
true
to enable header icons. false
to disable them.
Applies to
SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean)
- Source:
- TabbedPage.cs
- Source:
- TabbedPage.cs
Turns header icons on and off.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::TabbedPage ^> ^ SetHeaderIconsEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::TabbedPage ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.TabbedPage> SetHeaderIconsEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.TabbedPage> config, bool value);
static member SetHeaderIconsEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.TabbedPage> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.TabbedPage>
<Extension()>
Public Function SetHeaderIconsEnabled (config As IPlatformElementConfiguration(Of Windows, TabbedPage), value As Boolean) As IPlatformElementConfiguration(Of Windows, TabbedPage)
Parameters
The platform configuration for the element on which to perform the operation.
- value
- Boolean
true
to enable header icons. false
to disable them.
Returns
A fluent object on which the developer may make further method calls.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI