NSPopoverTouchBarItem Constructors

Definition

Overloads

NSPopoverTouchBarItem(NSCoder)
NSPopoverTouchBarItem(NSObjectFlag)
NSPopoverTouchBarItem(IntPtr)
NSPopoverTouchBarItem(String)

NSPopoverTouchBarItem(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSPopoverTouchBarItem(NSObjectFlag)

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

Parameters

Applies to

NSPopoverTouchBarItem(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSPopoverTouchBarItem(String)

[Foundation.Export("initWithIdentifier:")]
[ObjCRuntime.DesignatedInitializer]
public NSPopoverTouchBarItem (string identifier);
new AppKit.NSPopoverTouchBarItem : string -> AppKit.NSPopoverTouchBarItem

Parameters

identifier
String
Attributes

Applies to