Freigeben über


UINavigationItem.LeftItemsSupplementBackButton Eigenschaft

Definition

Gibt an, ob zusätzlich BackBarButtonItem angezeigt LeftBarButtonItemswerden soll.

[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

Eigenschaftswert

Der Standardwert ist false, was angibt, dass nicht BackBarButtonItem angezeigt wird.

Attribute

Hinweise

Wenn dieser Wert istfalse, wird nicht BackBarButtonItem angezeigt, wenn das LeftBarButtonItems Array nicht leer ist. Anwendungsentwickler können diesen Wert auf true festlegen, um sowohl die BackBarButtonItem als auch die LeftBarButtonItems sichtbar zu machen.

Gilt für: