NSToolbarItem 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
NSToolbarItem() | |
NSToolbarItem(NSObjectFlag) | |
NSToolbarItem(IntPtr) | |
NSToolbarItem(String) |
NSToolbarItem()
NSToolbarItem(NSObjectFlag)
protected NSToolbarItem (Foundation.NSObjectFlag t);
new AppKit.NSToolbarItem : Foundation.NSObjectFlag -> AppKit.NSToolbarItem
Parameters
Applies to
NSToolbarItem(IntPtr)
protected internal NSToolbarItem (IntPtr handle);
new AppKit.NSToolbarItem : nativeint -> AppKit.NSToolbarItem
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSToolbarItem(String)
[Foundation.Export("initWithItemIdentifier:")]
[ObjCRuntime.DesignatedInitializer]
public NSToolbarItem (string itemIdentifier);
new AppKit.NSToolbarItem : string -> AppKit.NSToolbarItem
Parameters
- itemIdentifier
- String
- Attributes