Share via


UIViewController.ToolbarItems Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIBarButtonItem[]? ToolbarItems { [Foundation.Export("toolbarItems", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setToolbarItems:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("toolbarItems", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setToolbarItems:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.ToolbarItems : UIKit.UIBarButtonItem[] with get, set

Property Value

Attributes

Applies to