NSToolbar 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
NSToolbar() | |
NSToolbar(NSObjectFlag) | |
NSToolbar(IntPtr) | |
NSToolbar(String) |
NSToolbar()
[Foundation.Export("init")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public NSToolbar ();
- Attributes
Applies to
NSToolbar(NSObjectFlag)
protected NSToolbar (Foundation.NSObjectFlag t);
new AppKit.NSToolbar : Foundation.NSObjectFlag -> AppKit.NSToolbar
Parameters
Applies to
NSToolbar(IntPtr)
protected internal NSToolbar (IntPtr handle);
new AppKit.NSToolbar : nativeint -> AppKit.NSToolbar
Parameters
- handle
-
IntPtr
nativeint
Applies to
NSToolbar(String)
[Foundation.Export("initWithIdentifier:")]
[ObjCRuntime.DesignatedInitializer]
public NSToolbar (string identifier);
new AppKit.NSToolbar : string -> AppKit.NSToolbar
Parameters
- identifier
- String
- Attributes