UINavigationController.Toolbar 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.
Retruns the toolbar for the navigation controller.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIToolbar Toolbar { [Foundation.Export("toolbar")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.Toolbar : UIKit.UIToolbar
Property Value
- Attributes
Remarks
Do not modify this toolbar directly. It should be modified only by the controller in the navigation controller's stack that contains it. The reason for having this property is so an action sheet can be presented from the toolbar.