Share via


NSResponder_NSTouchBarProvider.MakeTouchBar(NSResponder) Method

Definition

[Foundation.Export("makeTouchBar")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSTouchBar MakeTouchBar(this AppKit.NSResponder This);
[<Foundation.Export("makeTouchBar")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member MakeTouchBar : AppKit.NSResponder -> AppKit.NSTouchBar

Parameters

This
NSResponder

The instance on which this method operates.

Returns

Attributes

Applies to