TabbedPage.SetHeaderIconsEnabled メソッド

定義

オーバーロード

SetHeaderIconsEnabled(BindableObject, Boolean)

ヘッダー アイコンをオンまたはオフにします。

SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean)

ヘッダー アイコンをオンまたはオフにします。

SetHeaderIconsEnabled(BindableObject, Boolean)

ヘッダー アイコンをオンまたはオフにします。

public static void SetHeaderIconsEnabled (Xamarin.Forms.BindableObject element, bool value);
static member SetHeaderIconsEnabled : Xamarin.Forms.BindableObject * bool -> unit

パラメーター

element
BindableObject

操作の実行対象となる要素。

value
System.Boolean

ヘッダー アイコンを有効化するには true。 無効化するには false

適用対象

SetHeaderIconsEnabled(IPlatformElementConfiguration<Windows,TabbedPage>, Boolean)

ヘッダー アイコンをオンまたはオフにします。

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.TabbedPage> SetHeaderIconsEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.TabbedPage> config, bool value);
static member SetHeaderIconsEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.TabbedPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.TabbedPage>

パラメーター

config
IPlatformElementConfiguration<Windows,TabbedPage>

操作を実行する要素のプラットフォーム構成。

value
System.Boolean

ヘッダー アイコンを有効化するには true。 無効化するには false

戻り値

開発者がさらにメソッド呼び出しを実行できる Fluent オブジェクト。

適用対象