Share via


NSResponder_NSTouchBarProvider.SetTouchBar(NSResponder, NSTouchBar) Method

Definition

[Foundation.Export("setTouchBar:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetTouchBar(this AppKit.NSResponder This, AppKit.NSTouchBar? bar);
[<Foundation.Export("setTouchBar:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetTouchBar : AppKit.NSResponder * AppKit.NSTouchBar -> unit

Parameters

This
NSResponder

The instance on which this method operates.

Attributes

Applies to