UINavigationItem.LeftItemsSupplementBackButton Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Se o BackBarButtonItem deve ser mostrado além do 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 da propriedade
O valor padrão é false
, indicando que o BackBarButtonItem não é mostrado.
- Atributos
Comentários
Se esse valor for false
, se a LeftBarButtonItems matriz não estiver vazia, o BackBarButtonItem não será exibido. Os desenvolvedores de aplicativos podem definir esse valor como true
para tornar o BackBarButtonItem e o LeftBarButtonItems visível.