Compartir a través de


UINavigationItem.LeftItemsSupplementBackButton Propiedad

Definición

BackBarButtonItem Indica si se debe mostrar además de 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

Valor de propiedad

El valor predeterminado es false, lo que indica que no se muestra .BackBarButtonItem

Atributos

Comentarios

Si este valor es false, si la LeftBarButtonItems matriz no está vacía, BackBarButtonItem no se muestra . Los desarrolladores de aplicaciones pueden establecer este valor en true para que sea visible y BackBarButtonItem .LeftBarButtonItems

Se aplica a