NSPopoverTouchBarItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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