NSToolbar 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
- 屬性