共用方式為


UINavigationItem.LeftItemsSupplementBackButton 屬性

定義

是否 BackBarButtonItem 應該除了 之外 LeftBarButtonItems 顯示 。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool LeftItemsSupplementBackButton { [Foundation.Export("leftItemsSupplementBackButton")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setLeftItemsSupplementBackButton:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.LeftItemsSupplementBackButton : bool with get, set

屬性值

預設值為 false ,表示 BackBarButtonItem 未顯示 。

屬性

備註

如果這個值是 false ,如果陣列不是空的 LeftBarButtonItemsBackBarButtonItem 則不會顯示 。 應用程式開發人員可以將此值設定為 true ,讓 BackBarButtonItemLeftBarButtonItems 都可見。

適用於