共用方式為


NSToolbar 建構函式

定義

多載

NSToolbar()
NSToolbar(NSObjectFlag)
NSToolbar(IntPtr)
NSToolbar(String)

NSToolbar()

[Foundation.Export("init")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public NSToolbar ();
屬性

適用於

NSToolbar(NSObjectFlag)

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

參數

適用於

NSToolbar(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於

NSToolbar(String)

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

參數

identifier
String
屬性

適用於