Share via


UIResponder.TouchBar Property

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSTouchBar? TouchBar { [Foundation.Export("touchBar", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setTouchBar:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("touchBar", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setTouchBar:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.TouchBar : AppKit.NSTouchBar with get, set

Property Value

Attributes

Applies to