NSPopUpButtonCell Constructors

Definition

Overloads

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

NSPopUpButtonCell()

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

Applies to

NSPopUpButtonCell(NSImage)

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

Parameters

image
NSImage
Attributes

Applies to

NSPopUpButtonCell(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSPopUpButtonCell(NSObjectFlag)

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

Parameters

Applies to

NSPopUpButtonCell(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSPopUpButtonCell(String)

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

Parameters

aString
String
Attributes

Applies to

NSPopUpButtonCell(String, Boolean)

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

Parameters

stringValue
String
pullDown
Boolean
Attributes

Applies to