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,则 LeftBarButtonItems 数组不为空, BackBarButtonItem 则不显示 。 应用程序开发人员可以将此值设置为 true ,使 和 LeftBarButtonItemsBackBarButtonItem可见。

适用于