次の方法で共有


NSMenu コンストラクター

定義

オーバーロード

NSMenu()
NSMenu(NSCoder)
NSMenu(NSObjectFlag)
NSMenu(IntPtr)
NSMenu(String)

NSMenu()

[Foundation.Export("init")]
public NSMenu ();
属性

適用対象

NSMenu(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSMenu (Foundation.NSCoder coder);
new AppKit.NSMenu : Foundation.NSCoder -> AppKit.NSMenu

パラメーター

coder
NSCoder
属性

適用対象

NSMenu(NSObjectFlag)

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

パラメーター

適用対象

NSMenu(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象

NSMenu(String)

[Foundation.Export("initWithTitle:")]
[ObjCRuntime.DesignatedInitializer]
public NSMenu (string aTitle);
new AppKit.NSMenu : string -> AppKit.NSMenu

パラメーター

aTitle
String
属性

適用対象