Compartir a través de


NSPopUpButtonCell Constructores

Definición

Sobrecargas

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

NSPopUpButtonCell()

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

Se aplica a

NSPopUpButtonCell(NSImage)

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

Parámetros

image
NSImage
Atributos

Se aplica a

NSPopUpButtonCell(NSCoder)

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

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSPopUpButtonCell(NSObjectFlag)

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

Parámetros

Se aplica a

NSPopUpButtonCell(IntPtr)

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

Parámetros

handle
IntPtr

nativeint

Se aplica a

NSPopUpButtonCell(String)

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

Parámetros

aString
String
Atributos

Se aplica a

NSPopUpButtonCell(String, Boolean)

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

Parámetros

stringValue
String
pullDown
Boolean
Atributos

Se aplica a