次の方法で共有


NSPopUpButtonCell コンストラクター

定義

オーバーロード

NSPopUpButtonCell()
NSPopUpButtonCell(NSImage)
NSPopUpButtonCell(NSCoder)
NSPopUpButtonCell(NSObjectFlag)
NSPopUpButtonCell(IntPtr)
NSPopUpButtonCell(String)
NSPopUpButtonCell(String, Boolean)

NSPopUpButtonCell()

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

適用対象

NSPopUpButtonCell(NSImage)

[Foundation.Export("initImageCell:")]
public NSPopUpButtonCell (AppKit.NSImage image);
new AppKit.NSPopUpButtonCell : AppKit.NSImage -> AppKit.NSPopUpButtonCell

パラメーター

image
NSImage
属性

適用対象

NSPopUpButtonCell(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSPopUpButtonCell(NSObjectFlag)

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

パラメーター

適用対象

NSPopUpButtonCell(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象

NSPopUpButtonCell(String)

[Foundation.Export("initTextCell:")]
public NSPopUpButtonCell (string aString);
new AppKit.NSPopUpButtonCell : string -> AppKit.NSPopUpButtonCell

パラメーター

aString
String
属性

適用対象

NSPopUpButtonCell(String, Boolean)

[Foundation.Export("initTextCell:pullsDown:")]
[ObjCRuntime.DesignatedInitializer]
public NSPopUpButtonCell (string stringValue, bool pullDown);
new AppKit.NSPopUpButtonCell : string * bool -> AppKit.NSPopUpButtonCell

パラメーター

stringValue
String
pullDown
Boolean
属性

適用対象