UINavigationItem.LeftItemsSupplementBackButton Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the BackBarButtonItem should be shown in addition to the 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
Property Value
The default value is false
, indicating that the BackBarButtonItem is not shown.
- Attributes
Remarks
If this value is false
, if the LeftBarButtonItems array is not empty, the BackBarButtonItem is not displayed. Application developers can set this value to true
to make both the BackBarButtonItem and the LeftBarButtonItems visible.