UINavigationItem.LeftItemsSupplementBackButton 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
是否 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
,如果陣列不是空的 LeftBarButtonItems , BackBarButtonItem 則不會顯示 。 應用程式開發人員可以將此值設定為 true
,讓 BackBarButtonItem 和 LeftBarButtonItems 都可見。