次の方法で共有


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 設定して、 と の BackBarButtonItem 両方を LeftBarButtonItems 表示できます。

適用対象