NSTouchBar Constructors

Definition

Overloads

NSTouchBar()
NSTouchBar(NSCoder)
NSTouchBar(NSObjectFlag)
NSTouchBar(IntPtr)

NSTouchBar()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSTouchBar ();
Attributes

Applies to

NSTouchBar(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTouchBar (Foundation.NSCoder coder);
new AppKit.NSTouchBar : Foundation.NSCoder -> AppKit.NSTouchBar

Parameters

coder
NSCoder
Attributes

Applies to

NSTouchBar(NSObjectFlag)

protected NSTouchBar (Foundation.NSObjectFlag t);
new AppKit.NSTouchBar : Foundation.NSObjectFlag -> AppKit.NSTouchBar

Parameters

Applies to

NSTouchBar(IntPtr)

protected internal NSTouchBar (IntPtr handle);
new AppKit.NSTouchBar : nativeint -> AppKit.NSTouchBar

Parameters

handle
IntPtr

nativeint

Applies to