次の方法で共有


UINavigationController.ToolbarHidden プロパティ

定義

ツール バーの表示を制御します

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ToolbarHidden { [Foundation.Export("isToolbarHidden")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setToolbarHidden:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ToolbarHidden : bool with get, set

プロパティ値

属性

注釈

アニメーションを使用せずにツール バーを表示または非表示にします。

適用対象